3
This commit is contained in:
parent
b0f54fe29c
commit
1a18ed0a83
@ -424,8 +424,8 @@ class StoreProduct extends BaseController
|
||||
add_log('buy', $id, $param);
|
||||
$app = $this->payment();
|
||||
|
||||
$total_fee = env('APP_DEBUG') ? 1 : $post_price;
|
||||
// $total_fee = $post_price;
|
||||
// $total_fee = env('APP_DEBUG') ? 1 : $post_price;
|
||||
$total_fee = $post_price;
|
||||
// 用 easywechat 封装的方法请求微信的统一下单接口
|
||||
$result = $app->order->unify([
|
||||
'trade_type' => 'NATIVE', // 原生支付即扫码支付,商户根据微信支付协议格式生成的二维码,用户通过微信“扫一扫”扫描二维码后即进入付款确认界面,输入密码即完成支付。
|
||||
|
Loading…
x
Reference in New Issue
Block a user