UPDATE API REGISTER

main
nocode 1 year ago
parent 18425ca211
commit f9b499ae1a
  1. 3
      app/Http/Controllers/Api/AuthApiController.php

@ -115,7 +115,8 @@ class AuthApiController extends BaseAuthApiController
'code' => $dataInsert['phone'],
'agent_root_id' => $checkUserAgent->agent_root_id
]);
};
}
;
}
return response()->json(['status' => true, 'msg' => $this->getMessageReponse(1)]);
}

Loading…
Cancel
Save