Compare commits
3 Commits
6f0c9cf45c
...
330d4ffbd5
Author | SHA1 | Date |
---|---|---|
|
330d4ffbd5 | |
|
e243a78e22 | |
|
e0f5d5f5ea |
|
@ -53,6 +53,7 @@ $RECYCLE.BIN/
|
|||
# Windows shortcuts
|
||||
*.lnk
|
||||
./idea/
|
||||
/.idea/
|
||||
/buildpackage/src/main/resources/banner.txt
|
||||
/webapp/target/
|
||||
/service/target/
|
||||
|
@ -66,3 +67,4 @@ $RECYCLE.BIN/
|
|||
/base-webapp/target/classes/com/hzya/frame/
|
||||
/fw-weixin/target/
|
||||
/E:/yongansystem/log/2024-10-15/
|
||||
/D:/
|
||||
|
|
|
@ -172,6 +172,9 @@ public class temButtom {
|
|||
JSONObject queryParams = new JSONObject();
|
||||
queryParams.put("page",1);
|
||||
queryParams.put("size",50);
|
||||
//queryParams.put("kprqq","2025-04-06");
|
||||
//queryParams.put("kprqz","2025-04-06");
|
||||
queryParams.put("taxNo","91330110MAC5FPUY2U");
|
||||
dayabody.put("queryParams",queryParams);
|
||||
Map<String, Object> parametersMap = new HashMap<>();
|
||||
parametersMap.put("accessKey","6X3B526P5HqE6ums");
|
||||
|
|
Loading…
Reference in New Issue