WIN-2308041133\Administrator 2 days ago
parent
commit
1a32db4c5d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/api/route/education.php

+ 2 - 0
app/api/route/education.php

@@ -41,6 +41,8 @@ Route::group('Education', function () {
     Route::rule('lift_contract', 'User/lift_contract');
     //乙方解除合约
     Route::rule('lift_contract', 'User/lift_contract');
+    //添加客户评论
+    Route::rule('getClockList', 'User/getClockList');
 })->middleware([
     AllowOriginMiddleware::class,
     SeretKeyMiddleware::class