更新
This commit is contained in:
parent
e0e34aef56
commit
de27bbac4c
@ -96,4 +96,13 @@ class IndexController extends BaseController{
|
||||
}
|
||||
return json($sdk->getConfig());
|
||||
}
|
||||
|
||||
public function file_list(Request $request){
|
||||
$post=$request->post('data');
|
||||
if($post){
|
||||
return json(['msg'=>'ok','data'=>$post]);
|
||||
}
|
||||
return json(['msg'=>'失败']);
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user