Skip to content

Commit 526d4f0

Browse files
committed
激活账户时间戳
1 parent 9c24067 commit 526d4f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web/src/main/java/info/xiaomo/web/controller/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public HashMap<String, Object> update(
195195
*
196196
* @throws ParseException
197197
*/
198-
@RequestMapping(value = "validateEmail", method = RequestMethod.GET)
198+
@RequestMapping(value = "validateEmail", method = RequestMethod.POST)
199199
public HashMap<String, Object> validateEmail(
200200
@RequestParam String email,
201201
@RequestParam String validateCode,
-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)