|
@@ -1381,12 +1381,12 @@ function __construct(){
|
|
|
$data['roles'][1]['accountType'] = 'EPS';
|
|
|
$data['roles'][1]['accountNumber'] = '1000014666';
|
|
|
|
|
|
- $data['roles'][1]['roleName'] = 'SHIPPER';
|
|
|
- $data['roles'][1]['CRID'] = '27416217';
|
|
|
- $data['roles'][1]['MID'] = '902510013';
|
|
|
- $data['roles'][1]['manifestMID'] = '902510010';
|
|
|
- $data['roles'][1]['accountType'] = 'EPS';
|
|
|
- $data['roles'][1]['accountNumber'] = '1000014666';
|
|
|
+ $data['roles'][2]['roleName'] = 'SHIPPER';
|
|
|
+ $data['roles'][2]['CRID'] = '27416217';
|
|
|
+ $data['roles'][2]['MID'] = '902510013';
|
|
|
+ $data['roles'][2]['manifestMID'] = '902510010';
|
|
|
+ $data['roles'][2]['accountType'] = 'EPS';
|
|
|
+ $data['roles'][2]['accountNumber'] = '1000014666';
|
|
|
$res = $this->usps->su_curl($data,$url,$header);
|
|
|
//$this->logic_ding->sendToDing("usps获取获取支付的tokenTT-WK-50521-063".$res);
|
|
|
$res = json_decode($res, true);
|