소스 검색

更新授权名称

yumeng 4 년 전
부모
커밋
0fa39a2b84
1개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 8 6
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/UserAllocationController.java

+ 8 - 6
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/UserAllocationController.java

@@ -61,6 +61,14 @@ public class UserAllocationController {
     @Autowired
     private IProjectMemberService projectMemberService;
 
+    @Autowired
+    private ICtopOauthTokenService oauthTokenService;
+    @Autowired
+    private IKuaishouInterfaceService kuaishouInterfaceService;
+    @Autowired
+    private IByteDanceAdvertiserDataService advertiserDataService;
+
+
     @GetMapping(value = "/accountTurnProject")
     public Result<Object> getAccountList(Long accountId, Long projectId) {
         Result<Object> result = new Result<>();
@@ -201,12 +209,6 @@ public class UserAllocationController {
 
     }
 
-    @Autowired
-    private ICtopOauthTokenService oauthTokenService;
-    @Autowired
-    private IKuaishouInterfaceService kuaishouInterfaceService;
-    @Autowired
-    private IByteDanceAdvertiserDataService advertiserDataService;
 
     @GetMapping(value = "/updateAuthName")
     public Result<UserAllocation> updateAuthName(Long accountId, String mediaId) {