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');