作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

... ... @@ -124,7 +124,7 @@ class UsersController extends HomeBaseController{
$openId=$users['open_id'];
$order_no = cmf_get_order_sn();
$body="押金-支付";
$price=300*100;//数据库查询
$price=1;//数据库查询
$notify_url=url('users/notify','','',true);//回调地址
$wxPay=new WeixinPay($openId,$order_no,$body,$price,$notify_url);
$data=$wxPay->pay();
... ...