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