fly 5 年之前
父节点
当前提交
ecd9cf64c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Modules/User/Services/QappUserService.php

+ 1 - 1
app/Modules/User/Services/QappUserService.php

@@ -152,7 +152,7 @@ class QappUserService
         $openid = $data['device_no'];
         $unionid = $data['device_no'];
         $register_ip = _getIp();
-        $distribution_channel_id = 0;
+        $distribution_channel_id = env('QUICKAPP_SITE');
         $send_order_id = $data['send_order_id'];
         $unique_key = compact('unionid', 'distribution_channel_id');
         $data = compact('openid', 'register_ip', 'send_order_id');