新增优惠卷取消队列,修改问诊订单取消订单退款状态限制,去除im发送消息,发送后不回调问题
This commit is contained in:
@@ -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'] = [
|
||||
|
||||
Reference in New Issue
Block a user