mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:18:19 +09:00
반려 팝업
This commit is contained in:
@@ -118,10 +118,11 @@ public class ChannelMgtService {
|
||||
String callUrl = apiDomain + apiUrlAlTolkTemplet;
|
||||
jsonObject.put("senderKey", tmpltListReqDto.getSndrprofKey());
|
||||
jsonObject.put("templateKey", tmpltListReqDto.getTmpltKey());
|
||||
|
||||
JSONArray array = new JSONArray();
|
||||
array.add(jsonObject);
|
||||
try {
|
||||
|
||||
apiResultMap = (Map<Object, Object>) clientRequestService.callBySyncPost(callUrl, jsonObject);
|
||||
apiResultMap = (Map<Object, Object>) clientRequestService.callBySyncPost(callUrl, array);
|
||||
logger.info("apiResultMap : {}", apiResultMap);
|
||||
if("0000".equals(apiResultMap.get("retCode"))) {
|
||||
Map<Object, Object> dataMap = (Map<Object, Object>) apiResultMap.get("data");
|
||||
|
||||
Reference in New Issue
Block a user