Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
wangming
/
kzy-wx
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4557aff7
authored
Mar 18, 2020
by
魏文甫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
e086b385
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/server/web/controller/UserController.java
src/main/java/com/server/web/controller/UserController.java
View file @
4557aff
...
...
@@ -171,7 +171,7 @@ public class UserController extends BaseController {
//测试用,上线去掉
System
.
out
.
println
(
phone
+
"999微信注册登录验证码为:"
+
randomCode
);
resultMap
.
put
(
"data"
,
randomCode
);
// FIXME: WWF 2020/3/13上线前去掉验证码
resultMap
.
put
(
"data"
,
""
);
resultMap
.
put
(
"status"
,
"1"
);
resultMap
.
put
(
"message"
,
"发送成功~"
);
}
else
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment