lvhao 2 tháng trước cách đây
mục cha
commit
f028097199
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      core/CoreApp/models/Model_usps.php

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

@@ -512,8 +512,8 @@ function __construct(){
 		$list = json_encode($list);
 
 		$this->logic_ding->sendToDing("usps获取退货面单的请求数据".$list);
-	    // $this->logic_ding->sendToDing("usps获取退货面单的pay_token【".$data['number']."】".$payment_token);
-		// $this->logic_ding->sendToDing("usps获取退货面单的token【".$data['number']."】".$token);
+	    $this->logic_ding->sendToDing("usps获取退货面单的pay_token【".$data['number']."】".$payment_token);
+		$this->logic_ding->sendToDing("usps获取退货面单的token【".$data['number']."】".$token);
 
 
 		$ch = curl_init();