代码说明
This commit is contained in:
@ -5,10 +5,14 @@ import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.example.sso.util.V5utils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.scheduling.annotation.Scheduled;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Slf4j
|
||||
@Component
|
||||
public class DpChongXie {
|
||||
public static void main(String[] args) {
|
||||
@Scheduled(cron = "0 10 2 * * ?")
|
||||
public void main() {
|
||||
|
||||
Boolean flag = true;
|
||||
|
||||
@ -68,7 +72,7 @@ public class DpChongXie {
|
||||
|
||||
JSONObject jsonObject12 = new JSONObject();
|
||||
jsonObject12.put("app_id", "665ea38ef718f1edccf7b20d");
|
||||
jsonObject12.put("entry_id", "695c7a4c2b2ce8cf415cc0e6");
|
||||
jsonObject12.put("entry_id", "665fd98bf718f1edcc00377c");
|
||||
jsonObject12.put("limit", 100);
|
||||
|
||||
|
||||
@ -104,7 +108,7 @@ public class DpChongXie {
|
||||
|
||||
JSONObject jsonObject1123 = new JSONObject();
|
||||
jsonObject1123.put("app_id", "665ea38ef718f1edccf7b20d");
|
||||
jsonObject1123.put("entry_id", "695c7a4c2b2ce8cf415cc0e6");
|
||||
jsonObject1123.put("entry_id", "665fd98bf718f1edcc00377c");
|
||||
jsonObject1123.put("data_id", id);
|
||||
JSONObject jsonObject2 = new JSONObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user