|
@@ -955,7 +955,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
- if (code == 400001 && resultJson.getString("message").equals("/rest/openapi/v2/ad_unit/create调用已超日限")) {
|
|
|
+ if (code == 400001 && resultJson.getString("message").equals("/rest/openapi/v2/ad_unit/create调用已超日限,次日可恢复调用")) {
|
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
String key = advertiserId + "_" + nowDate + "unit_create_overrun";
|
|
|
redisUtil.set(key, 1, 60 * 60 * 24);
|