| | |
| | | url := "/otdService/https/GetCurrencyRatesInfo"; |
| | | port := 443; |
| | | data := macroPlan.ApiResponesCheck( address, url, port, postrequestbody ); |
| | | macroPlan.ApiCurencyRatesData( data ); |
| | | macroPlan.ApiCurencyRatesData( macroPlan, data ); |
| | | |
| | | // 产品物料-6 |
| | | //info( "Get CurrencyRates From Api Finished, Start Product Data Broker" ) |
| | |
| | | url := "/otdService/https/GetLaneLegsInfo"; |
| | | port := 443; |
| | | data := macroPlan.ApiResponesCheck( address, url, port, postrequestbody ); |
| | | macroPlan.ApiLaneLegsData( data ); |
| | | macroPlan.ApiLaneLegsData( macroPlan, data ); |
| | | |
| | | // 供应网络(车道)-12 |
| | | //info( "Get Lanelegs From Api Finished, Start ProductInLane Data Broker" ); |