|
@@ -120,7 +120,9 @@ function __construct(){
|
|
|
curl_close($ch);
|
|
|
$this->logic_ding->sendToDing("云尚快递报文信息【".$count."】返回参数[".$res."];访问地址".$url);
|
|
|
$res = json_decode($res,true);
|
|
|
-
|
|
|
+ if(isset($res['statusCode']) && $res['statusCode'] == 'error'){
|
|
|
+ $g = array('x'=>'0','Description'=>json_encode($res,JSON_UNESCAPED_UNICODE),'cs'=>$count);
|
|
|
+ }
|
|
|
if(!isset($res['returnDatas'][0]['corpBillid']))
|
|
|
{
|
|
|
if(empty($res['returnDatas'][0]['message'])){
|