@@ -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);
+
+ }
@@ -42,15 +42,5 @@
"topthink/think-installer": true,
"easywechat-composer/easywechat-composer": true
- },
- "repositories": [
- {
- "type": "git",
- "url": "https://gitee.com/fastadminnet/framework.git"
- "url": "https://gitee.com/fastadminnet/think-captcha.git"
- }
- ]