|
@@ -390,6 +390,13 @@ class ZopOrderService extends ZopBaseService
|
|
|
*/
|
|
|
public static function orderMsg($type = 4)
|
|
|
{
|
|
|
+ $messageChannelCode = config('site.message_channel_code');
|
|
|
+ if (empty($messageChannelCode)) {
|
|
|
+ common_log('获取订单消息请求失败: 消息渠道编码为空');
|
|
|
+
|
|
|
+ return self::error('获取订单消息请求失败: 消息渠道编码为空');
|
|
|
+ }
|
|
|
+
|
|
|
$url = '/link/king/card/msg/get/v1';
|
|
|
$data = [
|
|
|
'msgChannel' => config('site.message_channel_code'),
|