到账通知发布-推送增加日志
This commit is contained in:
parent
4d2df055d7
commit
7c1ff840c9
|
@ -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", "ÍÆËÍʧ°Ü") + "");
|
||||
|
|
Loading…
Reference in New Issue