Panda 3 months ago
parent
commit
ca14ab5d06
2 changed files with 7 additions and 11 deletions
  1. 6 0
      application/api/controller/UniversityEvent.php
  2. 1 11
      composer.json

+ 6 - 0
application/api/controller/UniversityEvent.php

@@ -215,4 +215,10 @@ class UniversityEvent extends Api
 //        }
     }
 
+    public function applyList()
+    {
+        $user_id = $this->auth->id;
+        $query = Db::name('university_event_apply')->where('user_id',$user_id);
+
+    }
 }

+ 1 - 11
composer.json

@@ -42,15 +42,5 @@
             "topthink/think-installer": true,
             "easywechat-composer/easywechat-composer": true
         }
-    },
-    "repositories": [
-        {
-            "type": "git",
-            "url": "https://gitee.com/fastadminnet/framework.git"
-        },
-        {
-            "type": "git",
-            "url": "https://gitee.com/fastadminnet/think-captcha.git"
-        }
-    ]
+    }
 }