xiaoding721
2024-10-31 5e5a0d4eb60f70b969ece9c6c4cc90d28c2edf55
_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchDL.qbl
@@ -2,7 +2,7 @@
#parent: #root
StaticMethod DispatchDL (
  const RecycleBin recycleBin
) as String
) as owning JSON
{
  TextBody:
  [*
@@ -55,12 +55,6 @@
    
    respJSON   := JSON::Parse( htmlresult );
    
    result := respJSON.Get( "State" ).AsString();
    message := respJSON.Get( "Message" ).AsString();
    if( result = "Error" ){
      error( "远程服务器返回了一个错误:" + message );
    }
    return message;
    return &respJSON;
  *]
}