eee
This commit is contained in:
@@ -34,6 +34,7 @@ class WxV3Payment extends SmallProgram
|
||||
$client->close();
|
||||
|
||||
$json = json_decode($client->getBody(), TRUE);
|
||||
var_dump($client->getBody());
|
||||
if (!isset($json['prepay_id'])) {
|
||||
throw new Exception('微信支付调用失败');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user