...
|
...
|
@@ -72,7 +72,7 @@ class Wxpay extends Api |
|
|
'total_fee' => 1,
|
|
|
//'total_fee' => floatval($total_price)*100,//单位:分
|
|
|
'openid' => $openid,
|
|
|
'notify_url' => 'http://feipin.w.brotop.cn/api/Wxpay/notify',
|
|
|
'notify_url' => $this->request->root(true) . '/api/Wxpay/notify',
|
|
|
];
|
|
|
//跳转或输出
|
|
|
$this->success('成功',$pay->miniapp($order));
|
...
|
...
|
|