Browse Source

提交数据

lvhao 2 months ago
parent
commit
290c125cf9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/CoreApp/models/Model_usps.php

+ 2 - 0
core/CoreApp/models/Model_usps.php

@@ -1054,7 +1054,9 @@ function __construct(){
 		$data['roles'][1]['accountType'] = 'EPS';
 		$data['roles'][1]['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);
+
 		if(isset($res['paymentAuthorizationToken']))
 		{
 			return $res['paymentAuthorizationToken'];