|
|
@@ -191,8 +191,9 @@ function __construct(){
|
|
|
// var_dump(json_encode($count));
|
|
|
$this->logic_ding->sendToDing("hualeiv1发货单请求的报文".$link.json_encode($count));
|
|
|
$start_time = time();
|
|
|
+ $record_number = isset($data['number'])?$data['number']:"";
|
|
|
$result = $this->curlRequest('http://123.207.33.169:8082/createOrderApi.htm',$link.json_encode($count));
|
|
|
- $this->logic_ding->sendToDing("hualeiv1发货单回执的报文result".json_encode($result,JSON_UNESCAPED_UNICODE));
|
|
|
+ $this->logic_ding->sendToDing("hualeiv1发货单回执的报文result".$record_number.json_encode($result,JSON_UNESCAPED_UNICODE));
|
|
|
|
|
|
$resultData = json_decode($result['result'], true);
|
|
|
|