|
|
@@ -110,7 +110,7 @@ public class TodoController {
|
|
|
@GetMapping("/crm")
|
|
|
@PermitAll
|
|
|
public CommonResult<ImmutableMap<String, Object>> crmTodo(String workcode, String type, Integer pageNo, Integer pageSize) throws Exception {
|
|
|
- ImmutableMap<String, String> stringStringImmutableMap = crmRest.refreshToken("7b9348ed-280f-4d6b-82a1-2d67a74132cf");
|
|
|
+ ImmutableMap<String, String> stringStringImmutableMap = crmRest.refreshToken("029ae19f-423f-4d3f-9805-bd6c0a3a4b36");
|
|
|
AdminUserRespDTO userByUsername = adminUserApi.getUserByUsername(workcode);
|
|
|
if (userByUsername == null) {throw new ServiceException(new ErrorCode(1,"门户系统中不存在该用户"));}
|
|
|
|
|
|
@@ -141,7 +141,7 @@ public class TodoController {
|
|
|
if (CollUtil.isNotEmpty(workCode)) {
|
|
|
return CommonResult.success(workCode);
|
|
|
} else {
|
|
|
- ImmutableMap<String, String> stringStringImmutableMap = crmRest.refreshToken("7b9348ed-280f-4d6b-82a1-2d67a74132cf");
|
|
|
+ ImmutableMap<String, String> stringStringImmutableMap = crmRest.refreshToken("029ae19f-423f-4d3f-9805-bd6c0a3a4b36");
|
|
|
AdminUserRespDTO userByUsername = adminUserApi.getUserByUsername(workcode);
|
|
|
if (userByUsername == null) {throw new ServiceException(new ErrorCode(1,"门户系统中不存在该用户"));}
|
|
|
|