|
@@ -935,8 +935,6 @@ public class BatchController {
|
|
@PostMapping(value = "/batchUpdateCreativeStatus")
|
|
@PostMapping(value = "/batchUpdateCreativeStatus")
|
|
public Result<JSONObject> batchUpdateCreativeStatus(@RequestBody JSONObject requestJson) {
|
|
public Result<JSONObject> batchUpdateCreativeStatus(@RequestBody JSONObject requestJson) {
|
|
Result<JSONObject> result = new Result<>();
|
|
Result<JSONObject> result = new Result<>();
|
|
-
|
|
|
|
-
|
|
|
|
try {
|
|
try {
|
|
Long accountId = requestJson.getLong("accountId");
|
|
Long accountId = requestJson.getLong("accountId");
|
|
CtopOauthToken token = tokenService.getTokenByAccountId(accountId);
|
|
CtopOauthToken token = tokenService.getTokenByAccountId(accountId);
|