This commit is contained in:
wong
2025-11-08 14:17:10 +08:00
parent b46c808aa8
commit 018a6162da

View File

@@ -42,7 +42,7 @@ class TokensController extends BaseController
$price = $this->request->param('price', '');
$userId = $this->getUserInfo('id');
$companyId = $this->getUserInfo('companyId');
$payType = $this->request->param('payType', '');
$payType = $this->request->param('payType', 'qrCode');
if (!in_array($payType, ['wechat', 'alipay', 'qrCode'])) {
return ResponseHelper::error('付款类型不正确');