更新云芯

parent 26782bb9
Showing with 1 additions and 1 deletions
...@@ -166,7 +166,7 @@ class ApiController extends Controller ...@@ -166,7 +166,7 @@ class ApiController extends Controller
if(!$id) Export(2,"没完成"); if(!$id) Export(2,"没完成");
$input['id'] =$request->input("id"); //导出任务id $input['id'] =$request->input("id"); //导出任务id
$client = new \Hprose\Http\Client("http://export.liexin.com/getDownPath",false); $client = new \Hprose\Http\Client(config("website.URL_EXPORT")."/getDownPath",false);
echo $client->getDownPath(\GuzzleHttp\json_encode($input)); echo $client->getDownPath(\GuzzleHttp\json_encode($input));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment