_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; *] }