Browse Source

完善内购回调

15954078560 2 years ago
parent
commit
612f2ab8cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Money.php

+ 1 - 1
application/api/controller/Money.php

@@ -346,7 +346,7 @@ class Money extends Common
         }
 
         // 验证支付状态
-        $result = $this->validate_apple_pay($receipt_data);p($result);die;
+        $result = $this->validate_apple_pay($receipt_data);
         if (!$result['status']) {
             // 验证不通过
             //error_log(print_r($result, 1), 3, './result.txt');