hefei 1 год назад
Родитель
Сommit
e38a030cb0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/controller/api/store/product/TaoKe.php

+ 1 - 1
app/controller/api/store/product/TaoKe.php

@@ -168,7 +168,7 @@ class TaoKe extends BaseController
168 168
                 $response = $this->getUrlResult($apiName, $params);
169 169
 //                $data['pdd_mobile_url']=$response['rp_promotion_url_generate_response']['url_list'][0]['mobile_url'];
170 170
                 $data=$response['rp_promotion_url_generate_response']['url_list'][0];
171
-                return app('json')->success(json_encode($data), []);
171
+                return app('json')->success($data);
172 172
 //                var_dump($response);die;
173 173
             }
174 174
         }