This commit is contained in:
彭桃 2023-04-04 14:13:12 +08:00
parent b0f54fe29c
commit 1a18ed0a83

View File

@ -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', // 原生支付即扫码支付,商户根据微信支付协议格式生成的二维码,用户通过微信“扫一扫”扫描二维码后即进入付款确认界面,输入密码即完成支付。