Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jd-activity
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
曾水平
jd-activity
Commits
d2239f72
Commit
d2239f72
authored
Aug 10, 2022
by
陈孝伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改头像/昵称
parent
e747d2a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Open2LankouController.java
...om/duiba/jdactivity/controller/Open2LankouController.java
+4
-2
No files found.
src/main/java/cn/com/duiba/jdactivity/controller/Open2LankouController.java
View file @
d2239f72
...
@@ -241,8 +241,8 @@ public class Open2LankouController {
...
@@ -241,8 +241,8 @@ public class Open2LankouController {
//生成dcustom数据
//生成dcustom数据
Map
<
String
,
String
>
dcustomParam
=
new
HashMap
<>();
Map
<
String
,
String
>
dcustomParam
=
new
HashMap
<>();
dcustomParam
.
put
(
"avatar"
,
avatar
);
//
dcustomParam.put("avatar", avatar);
dcustomParam
.
put
(
"nickname"
,
nickName
);
//
dcustomParam.put("nickname", nickName);
// 带上是否关注店铺信息
// 带上是否关注店铺信息
dcustomParam
.
put
(
"isFollow"
,
String
.
valueOf
(
isFollow
));
dcustomParam
.
put
(
"isFollow"
,
String
.
valueOf
(
isFollow
));
getDcustom
(
dcustomParam
,
params
);
getDcustom
(
dcustomParam
,
params
);
...
@@ -255,6 +255,8 @@ public class Open2LankouController {
...
@@ -255,6 +255,8 @@ public class Open2LankouController {
params
.
put
(
"redirect"
,
redirectUrl
);
params
.
put
(
"redirect"
,
redirectUrl
);
}
}
params
.
put
(
"uid"
,
uid
);
params
.
put
(
"uid"
,
uid
);
params
.
put
(
"nickname"
,
nickName
);
params
.
put
(
"avatar"
,
avatar
);
if
(
StringUtils
.
isNotBlank
(
credits
))
{
if
(
StringUtils
.
isNotBlank
(
credits
))
{
params
.
put
(
"credits"
,
credits
);
params
.
put
(
"credits"
,
credits
);
}
}
...
...
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