xiaoding721
2024-09-11 80c6948cd396f85fa3b19a6b22cfc29ae68e60d6
_Main/BL/Type_Archive/StaticMethod_Archive.qbl
@@ -13,9 +13,9 @@
  [*
    code             := respJSON.Get( "code" ).GetNumber();
    archiveFileJSONs := respJSON.Get( "archiveFiles" );
    info( archiveFileJSONs.AsString() );
    //info( archiveFileJSONs.AsString() );
    
    if ( code = 200 ) {
    if ( code = 200 or code = 201 ) {
      for ( i := 0; i < archiveFileJSONs.Size(); i++ ) {
        archiveFileJSON := archiveFileJSONs.Get( i );