cqpCow 1 year ago
parent
commit
8013283b0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/wx.php

+ 1 - 1
routes/wx.php

@@ -20,5 +20,5 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     //文件上传统一方法
     $route->any('uploadFile', 'Api\FileUploadController@uploadFile');
     $route->any('saleOrderList', 'Api\WxController@saleOrderList');
-    $route->any('checkAll', 'Api\checkController@checkAll');
+    $route->any('checkAll', 'Api\CheckController@checkAll');
 });