新增静态文件

This commit is contained in:
yaooo 2023-09-11 17:32:37 +08:00
parent 19795f8f35
commit a5210a3906
2 changed files with 1 additions and 0 deletions

BIN
public/h5.rar Normal file

Binary file not shown.

View File

@ -552,6 +552,7 @@ Route::group('api/', function () {
})->prefix('api.article.');
Route::post('upload/video', 'merchant.Common/uploadVideo');
Route::post('upload/file', 'merchant.Common/uploadVideo');
Route::get('excel/download/:id', 'merchant.store.order.Order/download');
//申请商户
Route::post('intention/create', 'api.store.merchant.MerchantIntention/create');