mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信JSAPI支付测试
This commit is contained in:
parent
906668cf68
commit
3083433222
@ -42,7 +42,7 @@ class Demo
|
|||||||
'total_fee' => '1',
|
'total_fee' => '1',
|
||||||
'openid' => $openid,
|
'openid' => $openid,
|
||||||
'trade_type' => 'JSAPI',
|
'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',
|
'spbill_create_ip' => '127.0.0.1',
|
||||||
];
|
];
|
||||||
// 生成预支付码
|
// 生成预支付码
|
||||||
@ -78,4 +78,16 @@ class Demo
|
|||||||
</script>";
|
</script>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 支付通过接收处理
|
||||||
|
* @return string
|
||||||
|
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||||
|
*/
|
||||||
|
public function notify()
|
||||||
|
{
|
||||||
|
$wechat = new Pay(config('wechat.'));
|
||||||
|
p($wechat->getNotify());
|
||||||
|
return 'SUCCESS';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'service_url' => 'https://service.thinkadmin.top',
|
'service_url' => 'https://service.thinkadmin.top',
|
||||||
|
// 下面参数用作微信支付
|
||||||
'appid' => 'wx60a43dd8161666d4',
|
'appid' => 'wx60a43dd8161666d4',
|
||||||
'mch_id' => '1332187001',
|
'mch_id' => '1332187001',
|
||||||
'mch_key' => 'A82DC5BD1F3359081049C568D8502BC5',
|
'mch_key' => 'A82DC5BD1F3359081049C568D8502BC5',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user