|
|
@@ -85,7 +85,7 @@ public class TppService {
|
|
|
|
|
|
@Retryable(maxAttempts = 5, backoff = @Backoff(delay = 500, maxDelay = 3000))
|
|
|
public List<FilmDataThirdPartySoonshowsGetResponse.Show> getSoonShows(Long cityCode) {
|
|
|
- System.out.println("123123");
|
|
|
+ log.info("获取即将上映影片 {}", cityCode);
|
|
|
FilmDataThirdPartySoonshowsGetRequest req = new FilmDataThirdPartySoonshowsGetRequest();
|
|
|
req.setUserId(tbUserId);
|
|
|
req.setCityCode(cityCode);
|