Browse Source

feimingyu json str

xiaoyu 2 years ago
parent
commit
4dae1b1d23
1 changed files with 3 additions and 0 deletions
  1. 3 0
      helper/refill/api/xyz/feimingyu/RefillPhone.php

+ 3 - 0
helper/refill/api/xyz/feimingyu/RefillPhone.php

@@ -36,6 +36,9 @@ class RefillPhone extends refill\IRefillPhone
         $sign = config::sign($params);
         $params['sign'] = $sign;
 
+        $json_str = json_encode($params);
+        Log::record("feimingyu body : {$json_str}", Log::DEBUG);
+
         $resp = http_request(config::ORDER_URL, $params, 'POST', false, config::ExtHeaders, $net_errno);
 
         if (empty($resp)) {