Merge branch 'uat-单点跳询价' into 'uat'
单点登录接口 See merge request eshop/biz_service_ebtp_extend!89
This commit is contained in:
@ -59,10 +59,10 @@ public class SinglePointController {
|
||||
@RequestParam(name = "page", required = false) String page) {
|
||||
|
||||
String uid = userId;
|
||||
if(userService.getCacheUser()!=null&&
|
||||
userService.getCacheUser().getUserId()!=null){
|
||||
uid = userService.getCacheUser().getUserId();
|
||||
}
|
||||
// if(userService.getCacheUser()!=null&&
|
||||
// userService.getCacheUser().getUserId()!=null){
|
||||
// uid = userService.getCacheUser().getUserId();
|
||||
// }
|
||||
String encodeUrl = singlePointService.generateEncodeUrl(uid,page);
|
||||
|
||||
return BaseResponse.success(encodeUrl);
|
||||
|
Reference in New Issue
Block a user