wesmiler %!s(int64=2) %!d(string=hai) anos
pai
achega
0f7be2c042
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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']],