|
@@ -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');
|