...
|
...
|
@@ -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();
|
...
|
...
|
|