dyjh 6 년 전
부모
커밋
091e07fdf2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Controllers/Api/V1/AlbumController.php

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

xqd
@@ -1914,6 +1914,7 @@ class AlbumController extends Controller
         $url = "https://apis.map.qq.com/ws/geocoder/v1/?address=".$data['address']."&key=".env('QQMAP');
         $local = $this->curl_get($url);
         $res = json_decode($local,true);
+        dd($res);
         $agent_check = AlbumAgentModel::where([['store_id',$data['store_id']],['user_id',$userAuth->id]])->first();
         if($agent_check){
             if($agent_check->status==0) return $this->error(ErrorCode::CLIENT_WRONG_PARAMS, '该用户已提交申请!');