| | |
| | | if( loginfo.Name() = Translations::InterfaceDataset_AOnlineAndMOfflinePlanMS64_Name() ){//装配上线计划MS64 |
| | | httpinterface.URL( Translations::InterfaceDataset_AOnlineAndMOfflinePlanMS64_URL() ); |
| | | } |
| | | // info( "请求体:", loginfo.RequestBody() ); |
| | | httpinterface.Call( loginfo.RequestBody() ); |
| | | result := httpinterface.Result(); |
| | | loginfo.Response( result ); |
| | |
| | | data := JSON::Null().Build(); |
| | | sapresponse := construct( InterfaceSAPResponseLoginfos ); |
| | | feedback := ''; |
| | | info( "返回响应:", loginfo.Response() ); |
| | | if( loginfo.Success() ){ |
| | | resultJson := JSON::Parse( loginfo.Response() ); |
| | | code := resultJson.Get( "code" ).GetNumber(); |