正在显示
3 个修改的文件
包含
58 行增加
和
13 行删除
@@ -30,9 +30,9 @@ class Sms extends Api | @@ -30,9 +30,9 @@ class Sms extends Api | ||
30 | $this->error(__('手机号不正确')); | 30 | $this->error(__('手机号不正确')); |
31 | } | 31 | } |
32 | $last = Smslib::get($mobile, $event); | 32 | $last = Smslib::get($mobile, $event); |
33 | - if ($last && time() - $last['createtime'] < 60) { | ||
34 | - $this->error(__('发送频繁')); | ||
35 | - } | 33 | + // if ($last && time() - $last['createtime'] < 60) { |
34 | + // $this->error(__('发送频繁')); | ||
35 | + // } | ||
36 | $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count(); | 36 | $ipSendTotal = \app\common\model\Sms::where(['ip' => $this->request->ip()])->whereTime('createtime', '-1 hours')->count(); |
37 | if ($ipSendTotal >= 500) { | 37 | if ($ipSendTotal >= 500) { |
38 | $this->error(__('发送频繁')); | 38 | $this->error(__('发送频繁')); |
@@ -35,7 +35,9 @@ class User extends Api | @@ -35,7 +35,9 @@ class User extends Api | ||
35 | } | 35 | } |
36 | 36 | ||
37 | /** | 37 | /** |
38 | - * 注册-个人 | 38 | + * @ApiWeigh (99) |
39 | + * @ApiTitle (注册-个人) | ||
40 | + * @ApiSummary (注册-个人) | ||
39 | * @param string $mobile 手机号 | 41 | * @param string $mobile 手机号 |
40 | * @param string $code 验证码 | 42 | * @param string $code 验证码 |
41 | * @param string $password 密码 | 43 | * @param string $password 密码 |
@@ -63,6 +65,7 @@ class User extends Api | @@ -63,6 +65,7 @@ class User extends Api | ||
63 | } | 65 | } |
64 | 66 | ||
65 | /** | 67 | /** |
68 | + * @ApiWeigh (97) | ||
66 | * @ApiTitle (注册协议-个人) | 69 | * @ApiTitle (注册协议-个人) |
67 | * @ApiSummary (注册协议-个人) | 70 | * @ApiSummary (注册协议-个人) |
68 | * @ApiMethod (POST) | 71 | * @ApiMethod (POST) |
@@ -81,7 +84,9 @@ class User extends Api | @@ -81,7 +84,9 @@ class User extends Api | ||
81 | } | 84 | } |
82 | 85 | ||
83 | /** | 86 | /** |
84 | - * 注册-公司 | 87 | + * @ApiWeigh (95) |
88 | + * @ApiTitle (注册-公司) | ||
89 | + * @ApiSummary (注册-公司) | ||
85 | * @param string $name 公司名称 | 90 | * @param string $name 公司名称 |
86 | * @param string $address 公司地址 | 91 | * @param string $address 公司地址 |
87 | * @param string $license 公司执照 | 92 | * @param string $license 公司执照 |
@@ -140,6 +145,7 @@ class User extends Api | @@ -140,6 +145,7 @@ class User extends Api | ||
140 | } | 145 | } |
141 | 146 | ||
142 | /** | 147 | /** |
148 | + * @ApiWeigh (93) | ||
143 | * @ApiTitle (注册协议-公司) | 149 | * @ApiTitle (注册协议-公司) |
144 | * @ApiSummary (注册协议-公司) | 150 | * @ApiSummary (注册协议-公司) |
145 | * @ApiMethod (POST) | 151 | * @ApiMethod (POST) |
@@ -158,7 +164,9 @@ class User extends Api | @@ -158,7 +164,9 @@ class User extends Api | ||
158 | } | 164 | } |
159 | 165 | ||
160 | /** | 166 | /** |
161 | - * 登录 | 167 | + * @ApiWeigh (91) |
168 | + * @ApiTitle (登录) | ||
169 | + * @ApiSummary (登录) | ||
162 | * @param string $mobile 手机号 | 170 | * @param string $mobile 手机号 |
163 | * @param string $password 密码 | 171 | * @param string $password 密码 |
164 | */ | 172 | */ |
@@ -181,7 +189,9 @@ class User extends Api | @@ -181,7 +189,9 @@ class User extends Api | ||
181 | } | 189 | } |
182 | 190 | ||
183 | /** | 191 | /** |
184 | - * 忘记密码 | 192 | + * @ApiWeigh (89) |
193 | + * @ApiTitle (忘记密码) | ||
194 | + * @ApiSummary (忘记密码) | ||
185 | * | 195 | * |
186 | * @param string $mobile 手机号 | 196 | * @param string $mobile 手机号 |
187 | * @param string $newpassword 新密码 | 197 | * @param string $newpassword 新密码 |
@@ -213,6 +223,7 @@ class User extends Api | @@ -213,6 +223,7 @@ class User extends Api | ||
213 | } | 223 | } |
214 | 224 | ||
215 | /** | 225 | /** |
226 | + * @ApiWeigh (87) | ||
216 | * @ApiTitle (选择参加的考试) | 227 | * @ApiTitle (选择参加的考试) |
217 | * @ApiSummary (选择参加的考试) | 228 | * @ApiSummary (选择参加的考试) |
218 | * @ApiMethod (POST) | 229 | * @ApiMethod (POST) |
@@ -245,6 +256,7 @@ class User extends Api | @@ -245,6 +256,7 @@ class User extends Api | ||
245 | } | 256 | } |
246 | 257 | ||
247 | /** | 258 | /** |
259 | + * @ApiWeigh (85) | ||
248 | * @ApiTitle (暂不登录提示) | 260 | * @ApiTitle (暂不登录提示) |
249 | * @ApiSummary (暂不登录提示) | 261 | * @ApiSummary (暂不登录提示) |
250 | * @ApiMethod (POST) | 262 | * @ApiMethod (POST) |
@@ -263,6 +275,7 @@ class User extends Api | @@ -263,6 +275,7 @@ class User extends Api | ||
263 | } | 275 | } |
264 | 276 | ||
265 | /** | 277 | /** |
278 | + * @ApiWeigh (83) | ||
266 | * @ApiTitle (我的-首页) | 279 | * @ApiTitle (我的-首页) |
267 | * @ApiSummary (我的-首页) | 280 | * @ApiSummary (我的-首页) |
268 | * @ApiMethod (POST) | 281 | * @ApiMethod (POST) |
@@ -281,7 +294,9 @@ class User extends Api | @@ -281,7 +294,9 @@ class User extends Api | ||
281 | } | 294 | } |
282 | 295 | ||
283 | /** | 296 | /** |
284 | - * 修改会员个人信息 | 297 | + * @ApiWeigh (81) |
298 | + * @ApiTitle (我的-修改会员个人信息) | ||
299 | + * @ApiSummary (我的-修改会员个人信息) | ||
285 | * | 300 | * |
286 | * @param string $image 头像地址 | 301 | * @param string $image 头像地址 |
287 | * @param string $username 用户名 | 302 | * @param string $username 用户名 |
@@ -309,7 +324,9 @@ class User extends Api | @@ -309,7 +324,9 @@ class User extends Api | ||
309 | } | 324 | } |
310 | 325 | ||
311 | /** | 326 | /** |
312 | - * 修改手机号-第一步 | 327 | + * @ApiWeigh (79) |
328 | + * @ApiTitle (修改手机号-第一步) | ||
329 | + * @ApiSummary (修改手机号-第一步) | ||
313 | * @param string $code 验证码 | 330 | * @param string $code 验证码 |
314 | */ | 331 | */ |
315 | public function changemobile1() | 332 | public function changemobile1() |
@@ -324,7 +341,9 @@ class User extends Api | @@ -324,7 +341,9 @@ class User extends Api | ||
324 | } | 341 | } |
325 | 342 | ||
326 | /** | 343 | /** |
327 | - * 修改手机号-第二步 | 344 | + * @ApiWeigh (77) |
345 | + * @ApiTitle (修改手机号-第二步) | ||
346 | + * @ApiSummary (修改手机号-第二步) | ||
328 | * | 347 | * |
329 | * @param string $mobile 新手机号 | 348 | * @param string $mobile 新手机号 |
330 | * @param string $code 验证码 | 349 | * @param string $code 验证码 |
@@ -358,7 +377,9 @@ class User extends Api | @@ -358,7 +377,9 @@ class User extends Api | ||
358 | } | 377 | } |
359 | 378 | ||
360 | /** | 379 | /** |
361 | - * 加入企业 | 380 | + * @ApiWeigh (75) |
381 | + * @ApiTitle (加入企业) | ||
382 | + * @ApiSummary (加入企业) | ||
362 | * | 383 | * |
363 | * @param string $company_id 企业ID | 384 | * @param string $company_id 企业ID |
364 | * @param string $name 姓名 | 385 | * @param string $name 姓名 |
@@ -418,6 +439,7 @@ class User extends Api | @@ -418,6 +439,7 @@ class User extends Api | ||
418 | } | 439 | } |
419 | 440 | ||
420 | /** | 441 | /** |
442 | + * @ApiWeigh (73) | ||
421 | * @ApiTitle (我的课程) | 443 | * @ApiTitle (我的课程) |
422 | * @ApiSummary (我的课程) | 444 | * @ApiSummary (我的课程) |
423 | * @ApiMethod (POST) | 445 | * @ApiMethod (POST) |
@@ -475,6 +497,7 @@ class User extends Api | @@ -475,6 +497,7 @@ class User extends Api | ||
475 | } | 497 | } |
476 | 498 | ||
477 | /** | 499 | /** |
500 | + * @ApiWeigh (71) | ||
478 | * @ApiTitle (我的课程-评价页面) | 501 | * @ApiTitle (我的课程-评价页面) |
479 | * @ApiSummary (我的课程-评价页面) | 502 | * @ApiSummary (我的课程-评价页面) |
480 | * @ApiMethod (POST) | 503 | * @ApiMethod (POST) |
@@ -514,6 +537,7 @@ class User extends Api | @@ -514,6 +537,7 @@ class User extends Api | ||
514 | } | 537 | } |
515 | 538 | ||
516 | /** | 539 | /** |
540 | + * @ApiWeigh (69) | ||
517 | * @ApiTitle (我的课程-评价) | 541 | * @ApiTitle (我的课程-评价) |
518 | * @ApiSummary (我的课程-评价) | 542 | * @ApiSummary (我的课程-评价) |
519 | * @ApiMethod (POST) | 543 | * @ApiMethod (POST) |
@@ -550,6 +574,7 @@ class User extends Api | @@ -550,6 +574,7 @@ class User extends Api | ||
550 | } | 574 | } |
551 | 575 | ||
552 | /** | 576 | /** |
577 | + * @ApiWeigh (67) | ||
553 | * @ApiTitle (我的密卷) | 578 | * @ApiTitle (我的密卷) |
554 | * @ApiSummary (我的密卷) | 579 | * @ApiSummary (我的密卷) |
555 | * @ApiMethod (POST) | 580 | * @ApiMethod (POST) |
@@ -607,6 +632,7 @@ class User extends Api | @@ -607,6 +632,7 @@ class User extends Api | ||
607 | } | 632 | } |
608 | 633 | ||
609 | /** | 634 | /** |
635 | + * @ApiWeigh (65) | ||
610 | * @ApiTitle (我的积分) | 636 | * @ApiTitle (我的积分) |
611 | * @ApiSummary (我的积分) | 637 | * @ApiSummary (我的积分) |
612 | * @ApiMethod (POST) | 638 | * @ApiMethod (POST) |
@@ -633,6 +659,7 @@ class User extends Api | @@ -633,6 +659,7 @@ class User extends Api | ||
633 | } | 659 | } |
634 | 660 | ||
635 | /** | 661 | /** |
662 | + * @ApiWeigh (63) | ||
636 | * @ApiTitle (积分说明) | 663 | * @ApiTitle (积分说明) |
637 | * @ApiSummary (积分说明) | 664 | * @ApiSummary (积分说明) |
638 | * @ApiMethod (POST) | 665 | * @ApiMethod (POST) |
@@ -651,6 +678,7 @@ class User extends Api | @@ -651,6 +678,7 @@ class User extends Api | ||
651 | } | 678 | } |
652 | 679 | ||
653 | /** | 680 | /** |
681 | + * @ApiWeigh (61) | ||
654 | * @ApiTitle (积分记录) | 682 | * @ApiTitle (积分记录) |
655 | * @ApiSummary (积分记录) | 683 | * @ApiSummary (积分记录) |
656 | * @ApiMethod (POST) | 684 | * @ApiMethod (POST) |
@@ -680,6 +708,7 @@ class User extends Api | @@ -680,6 +708,7 @@ class User extends Api | ||
680 | } | 708 | } |
681 | 709 | ||
682 | /** | 710 | /** |
711 | + * @ApiWeigh (59) | ||
683 | * @ApiTitle (海报分享) | 712 | * @ApiTitle (海报分享) |
684 | * @ApiSummary (海报分享) | 713 | * @ApiSummary (海报分享) |
685 | * @ApiMethod (POST) | 714 | * @ApiMethod (POST) |
@@ -698,6 +727,7 @@ class User extends Api | @@ -698,6 +727,7 @@ class User extends Api | ||
698 | } | 727 | } |
699 | 728 | ||
700 | /** | 729 | /** |
730 | + * @ApiWeigh (57) | ||
701 | * @ApiTitle (充值积分-套餐) | 731 | * @ApiTitle (充值积分-套餐) |
702 | * @ApiSummary (充值积分-套餐) | 732 | * @ApiSummary (充值积分-套餐) |
703 | * @ApiMethod (POST) | 733 | * @ApiMethod (POST) |
@@ -717,6 +747,7 @@ class User extends Api | @@ -717,6 +747,7 @@ class User extends Api | ||
717 | } | 747 | } |
718 | 748 | ||
719 | /** | 749 | /** |
750 | + * @ApiWeigh (55) | ||
720 | * @ApiTitle (积分充值预览) | 751 | * @ApiTitle (积分充值预览) |
721 | * @ApiSummary (积分充值预览) | 752 | * @ApiSummary (积分充值预览) |
722 | * @ApiMethod (POST) | 753 | * @ApiMethod (POST) |
@@ -752,6 +783,7 @@ class User extends Api | @@ -752,6 +783,7 @@ class User extends Api | ||
752 | } | 783 | } |
753 | 784 | ||
754 | /** | 785 | /** |
786 | + * @ApiWeigh (53) | ||
755 | * @ApiTitle (充值积分) | 787 | * @ApiTitle (充值积分) |
756 | * @ApiSummary (充值积分) | 788 | * @ApiSummary (充值积分) |
757 | * @ApiMethod (POST) | 789 | * @ApiMethod (POST) |
@@ -787,6 +819,7 @@ class User extends Api | @@ -787,6 +819,7 @@ class User extends Api | ||
787 | } | 819 | } |
788 | 820 | ||
789 | /** | 821 | /** |
822 | + * @ApiWeigh (51) | ||
790 | * @ApiTitle (我的收藏-题目) | 823 | * @ApiTitle (我的收藏-题目) |
791 | * @ApiSummary (我的收藏-题目) | 824 | * @ApiSummary (我的收藏-题目) |
792 | * @ApiMethod (POST) | 825 | * @ApiMethod (POST) |
@@ -798,8 +831,20 @@ class User extends Api | @@ -798,8 +831,20 @@ class User extends Api | ||
798 | * @ApiReturn({ | 831 | * @ApiReturn({ |
799 | "code": 1, | 832 | "code": 1, |
800 | "msg": "成功", | 833 | "msg": "成功", |
801 | - "time": "1599017563", | ||
802 | - "data": "积分说明" //积分说明内容 | 834 | + "time": "1600162242", |
835 | + "data": { | ||
836 | + "total": 1, // 题目总数 | ||
837 | + "list": [{ | ||
838 | + "id": 1, | ||
839 | + "user_id": 16, //用户ID | ||
840 | + "question_id": 1, //题目ID | ||
841 | + "createtime": "2020.09.03 19:25", //收藏时间 | ||
842 | + "question": { //题目信息 | ||
843 | + "title": "测定混凝土立方体抗压强度时,标准试件的尺寸是( )㎜。", //题目 | ||
844 | + "type": "1" //题目类型:1=单选题,2=多选题,3=判断题,4=简答题 | ||
845 | + } | ||
846 | + }] | ||
847 | + } | ||
803 | }) | 848 | }) |
804 | */ | 849 | */ |
805 | public function collectQuestionList() | 850 | public function collectQuestionList() |
此 diff 太大无法显示。
-
请 注册 或 登录 后发表评论