【私域操盘手】 操盘手端UI
This commit is contained in:
@@ -18,5 +18,5 @@ Route::group('v1/auth', function () {
|
||||
// 附件上传相关路由
|
||||
Route::group('v1/', function () {
|
||||
Route::post('attachment/upload', 'app\\common\\controller\\Attachment@upload'); // 上传附件
|
||||
Route::get('attachment/:id', 'app\\common\\controller\\Attachment@info'); // 获取附件信息
|
||||
Route::get('attachment/:id', 'app\\common\\controller\\Attachment@info'); // 获取附件信息
|
||||
})->middleware(['jwt']);
|
||||
Reference in New Issue
Block a user