Browse Source

合并:包含本地9个提交和远程2个提交

yingzi 1 day ago
parent
commit
56fa874e89
2 changed files with 299 additions and 367 deletions
  1. 297 367
      app/api/controller/User.php
  2. 2 0
      app/api/route/education.php

File diff suppressed because it is too large
+ 297 - 367
app/api/controller/User.php


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

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

Some files were not shown because too many files changed in this diff