|
@@ -237,7 +237,7 @@ public class JingDongCpaController {
|
|
|
throw new Exception("type值只能是1或2");
|
|
|
}
|
|
|
String key = "event_" + accountId;
|
|
|
- redisUtil.add(key, type);
|
|
|
+ redisUtil.add(key, typeInt);
|
|
|
returnJson.put("code", 200);
|
|
|
returnJson.put("message", "添加成功");
|
|
|
returnJson.put("accountId", accountId);
|