WIN-2308041133\Administrator 3 tháng trước cách đây
mục cha
commit
b41473b748
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/api/controller/user/UserLevelController.php

+ 1 - 0
app/api/controller/user/UserLevelController.php

@@ -24,6 +24,7 @@ class UserLevelController
      */
     public function detection(Request $request)
     {
+        @file_put_contents('quanju.txt',  "-这个接口什么时候触发\r\n", 8);
         UserLevel::beginTrans();
         $res = UserLevel::setLevelComplete($request->uid());
         UserLevel::checkTrans($res);