Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
cffdc561
Commit
cffdc561
authored
Nov 16, 2018
by
Junling Bu
Browse files
fix[litemall-wx-api]: 修复bug
parent
b7f2e5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxAuthController.java
View file @
cffdc561
...
...
@@ -199,7 +199,7 @@ public class WxAuthController {
return
ResponseUtil
.
badArgumentValue
();
}
if
(
notifyService
.
isSmsEnable
())
{
if
(
!
notifyService
.
isSmsEnable
())
{
return
ResponseUtil
.
fail
(
404
,
"小程序后台验证码服务不支持"
);
}
String
code
=
CharUtil
.
getRandomNum
(
6
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment