Browse Source

Merge remote-tracking branch 'origin/master'

zhaoxian 3 năm trước cách đây
mục cha
commit
0adb76174b

+ 4 - 4
jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

@@ -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);
     }