记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
daee1719
Commit
daee1719
authored
Aug 09, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-sweet' of
http://gitlab.zhengzai.tv/dongjingwei/liquidnet-bus-v1
into dev-sweet
parents
0459e6d8
9b6ebfd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
AdamLoginController.java
...iquidnet/service/adam/controller/AdamLoginController.java
+1
-1
errors.properties
...et-service-adam-impl/src/main/resources/errors.properties
+2
-1
No files found.
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/java/com/liquidnet/service/adam/controller/AdamLoginController.java
View file @
daee1719
...
...
@@ -216,7 +216,7 @@ public class AdamLoginController {
wechatUnionid
=
wxMaJscode2SessionResult
.
getUnionid
();
}
catch
(
WxErrorException
e
)
{
log
.
error
(
"login by wechat applet exception:[anum:{},code:{},encryptedData:{},iv:{}], errmsg:{}"
,
anum
,
code
,
encryptedData
,
iv
,
e
.
getMessage
());
return
ResponseDto
.
failure
(
"微信小程序解码信息失败"
);
return
ResponseDto
.
failure
(
ErrorMapping
.
get
(
"10001"
)
);
}
if
(
StringUtils
.
isEmpty
(
wechatMobile
))
return
ResponseDto
.
failure
(
ErrorMapping
.
get
(
"10005"
));
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/resources/errors.properties
View file @
daee1719
...
...
@@ -4,7 +4,8 @@
# ------------------------ 4开头错误码作系统保留
10000
=
请求频繁,稍后再试
10001
=
10001
=
授权失败
10001
=
授权失败
10002
=
验证码发送失败
10003
=
发送过于频繁,请稍后再试
10004
=
验证码错误,请重新输入
...
...
Write
Preview
Markdown
is supported
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