新增优惠卷取消队列,修改问诊订单取消订单退款状态限制,去除im发送消息,发送后不回调问题

This commit is contained in:
2023-04-10 09:27:38 +08:00
parent 3008c1f9bc
commit 237a742d8b
10 changed files with 192 additions and 7 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ class ImService extends BaseService
$arg['From_Account'] = $from_user_id; // 发送方user_id 如系统发送,无需填写
}
$arg['To_Account'] = $to_user_id; // 接收方user_id
$arg['ForbidCallbackControl'] = ['ForbidBeforeSendMsgCallback', "ForbidAfterSendMsgCallback"];
$arg['ForbidCallbackControl'] = ['ForbidBeforeSendMsgCallback'];
$arg['SendMsgControl'] = [];
$arg['MsgBody'] = [