dyjh 6 năm trước cách đây
mục cha
commit
37e00c5500

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumController.php

@@ -1964,7 +1964,7 @@ class AlbumController extends Controller
         $local = $this->curlGet($url);
         $local = $this->curlGet($url);
         $res = json_decode($local,true);
         $res = json_decode($local,true);
         $agent_check = AlbumAgentModel::where([['store_id',$data['store_id']],['user_id',$userAuth->id]])->withTrashed()->first();
         $agent_check = AlbumAgentModel::where([['store_id',$data['store_id']],['user_id',$userAuth->id]])->withTrashed()->first();
-        dd($agent_check);
+        //dd($agent_check);
         if($agent_check){
         if($agent_check){
             if($agent_check->status==0) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '该用户已提交申请!');
             if($agent_check->status==0) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '该用户已提交申请!');
             $agent_check->phone = $data['phone'];
             $agent_check->phone = $data['phone'];