新增订阅消息队列+短信发送队列
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user