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