|
@@ -67,7 +67,7 @@ public class CinemaPublish implements ProductPublish {
|
|
|
if (ObjectUtil.isEmpty(s)) {
|
|
|
throw new RuntimeException("地区信息不匹配");
|
|
|
}
|
|
|
- JSONObject entries = yppApi.cinemas("9", null, null, null, null);
|
|
|
+ JSONObject entries = yppApi.cinemas(s, null, null, null, null);
|
|
|
JSONArray data = (JSONArray) entries.getByPath("data");
|
|
|
data.forEach(it -> {
|
|
|
try {
|