到账通知发布-推送增加日志

This commit is contained in:
mzr 2025-04-16 15:04:41 +08:00
parent 4d2df055d7
commit 7c1ff840c9
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ public class myBtnClickAction extends InformerAction implements ICommonAction {
Map access_token = (Map) map.get("data");
String urls2 = urlpath + "/iuap-api-gateway/" + tenant + "/current_yonbip_default_sys/KKAPI/paymentNotice/addBatch?access_token=" + access_token.get("access_token");
Map mapjson = httpFW(urls2, jsonString1);
Logger.error("myBtnClickAction-jsonString1 = " + jsonString1);
Logger.error("myBtnClickAction-mapjson = " + mapjson);
if (!"200".equals(mapjson.getOrDefault("code", "") + "")) {
throw new Exception(mapjson.getOrDefault("message", "ÍÆËÍʧ°Ü") + "");