diff --git a/public/h5.rar b/public/h5.rar new file mode 100644 index 00000000..e6db6b5f Binary files /dev/null and b/public/h5.rar differ diff --git a/route/api.php b/route/api.php index b2703b02..8e99978c 100644 --- a/route/api.php +++ b/route/api.php @@ -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');