wesmiler 2 yıl önce
ebeveyn
işleme
0f7be2c042
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app/Services/Api/MemberService.php

+ 1 - 0
app/Services/Api/MemberService.php

@@ -543,6 +543,7 @@ class MemberService extends BaseService
         ];
 
         $userId = $this->model->insertGetId($data);
+        $this->error = 2008;
         return [
             'app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),
             'info' => ['uid' => $userId, 'invite_id' => $parentId, 'point_id'=> $pointId, 'username' => $data['username']],