新增订阅消息队列+短信发送队列

This commit is contained in:
2023-03-03 19:35:57 +08:00
parent cbf78278b5
commit 7740dad0e5
19 changed files with 689 additions and 16 deletions
+2 -2
View File
@@ -102,9 +102,9 @@ class InquiryService extends BaseService
// 确定支付渠道
// 支付渠道(1:小程序支付 2:微信扫码支付)
if ($request_params['inquiry_pay_channel'] == 1){
if ($request_params['client_type'] == 1){
$inquiry_pay_channel = 1;
}elseif ($request_params['inquiry_pay_channel'] == 2){
}elseif ($request_params['client_type'] == 2){
$inquiry_pay_channel = 2;
}