Commit 4111bc9e authored by 杨锐's avatar 杨锐

Merge branch 'feature_modify_phone_no' of...

Merge branch 'feature_modify_phone_no' of http://git.quantgroup.cn/head_group/xyqb-user2 into feature_modify_phone_no
parents 98485f4c 762ca9e1
......@@ -329,6 +329,11 @@
<artifactId>aspectjweaver</artifactId>
<version>1.8.13</version>
</dependency>
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>7.2.27</version>
</dependency>
</dependencies>
<build>
......
......@@ -447,7 +447,6 @@ public class UserController implements IBaseController {
@RequestMapping("/center/index")
@ApiOperation(value = "用户中心首页", notes = "用户中心首页显示头像, 昵称, 姓名", httpMethod = "POST")
public JsonResult userCenterIndex() {
String phoneNo = getCurrentUserFromRedis().getPhoneNo();
Long userId = getCurrentUserFromRedis().getId();
UserAttached userAttached = userCenterService.searchUserAttachedByUserId(userId);
Map<String, String> result = new HashMap<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment