[更新]修改微信JSAPI支付测试

This commit is contained in:
Anyon 2018-05-04 17:20:33 +08:00
parent 906668cf68
commit 3083433222
2 changed files with 14 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Demo
'total_fee' => '1',
'openid' => $openid,
'trade_type' => 'JSAPI',
'notify_url' => 'http://a.com/text.html',
'notify_url' => url('@wx-demo-notify', '', true, true),
'spbill_create_ip' => '127.0.0.1',
];
// 生成预支付码
@ -78,4 +78,16 @@ class Demo
</script>";
}
/**
* 支付通过接收处理
* @return string
* @throws \WeChat\Exceptions\InvalidResponseException
*/
public function notify()
{
$wechat = new Pay(config('wechat.'));
p($wechat->getNotify());
return 'SUCCESS';
}
}

View File

@ -14,6 +14,7 @@
return [
'service_url' => 'https://service.thinkadmin.top',
// 下面参数用作微信支付
'appid' => 'wx60a43dd8161666d4',
'mch_id' => '1332187001',
'mch_key' => 'A82DC5BD1F3359081049C568D8502BC5',