Browse Source

渠道编码

zealerChina 1 year ago
parent
commit
584493ce09
1 changed files with 7 additions and 0 deletions
  1. 7 0
      application/common/service/ZopOrderService.php

+ 7 - 0
application/common/service/ZopOrderService.php

@@ -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'),