|
@@ -87,11 +87,11 @@ public class SampleTest {
|
|
|
|
|
|
@Test
|
|
|
public void loadKuaishouCookie() throws ParseException {
|
|
|
- CtopOauthToken token = tokenService.getTokenByAccountId(10291211L);
|
|
|
+ CtopOauthToken token = tokenService.getTokenByAccountId(10494982L);
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
- Date parse = simpleDateFormat.parse("2021-07-11");
|
|
|
- Date pars1 = simpleDateFormat.parse("2021-07-12");
|
|
|
- iKuaishouInterfaceService.getGroupList(token, parse, pars1);
|
|
|
+ Date parse = simpleDateFormat.parse("2021-07-27");
|
|
|
+ Date pars1 = simpleDateFormat.parse("2021-07-27");
|
|
|
+ iKuaishouInterfaceService.getAdvertiserReportHourly(token, parse, pars1);
|
|
|
}
|
|
|
|
|
|
|