Commit 6606e008 authored by 冯超鹏's avatar 冯超鹏

no message

parent ab8a9abd
Pipeline #122 canceled with stages
......@@ -121,9 +121,9 @@ Route::group(['middleware'=>'auth:api'],function (){
});
//uinapp 接口
Route::group(['middleware'=>'auth:api'],function (){
Route::get('huinapphome/devicedatainfo','UinappHomeController@deviceDataInfo');//设备详情
});
//Route::group(['middleware'=>'auth:api'],function (){
// Route::get('huinapphome/devicedatainfo','UinappHomeController@deviceDataInfo');//设备详情
//});
// Fake APIs
Route::get('/table/list', function () {
$rowsNumber = mt_rand(20, 30);
......
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 to comment