mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:42:43 +09:00
ㅅㄷㄴㅅ
This commit is contained in:
@@ -118,11 +118,10 @@ 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, array);
|
||||
apiResultMap = (Map<Object, Object>) clientRequestService.callBySyncPost(callUrl, jsonObject);
|
||||
logger.info("apiResultMap : {}", apiResultMap);
|
||||
if("0000".equals(apiResultMap.get("retCode"))) {
|
||||
Map<Object, Object> dataMap = (Map<Object, Object>) apiResultMap.get("data");
|
||||
|
||||
@@ -58,7 +58,7 @@ msghubez:
|
||||
authKey: "bohubez!@#$%"
|
||||
|
||||
hubeasy-api:
|
||||
domain: https://api-int.mhez-stg.uplus.co.kr/
|
||||
domain: https://api-int.mhez-dev.uplus.co.kr/
|
||||
url:
|
||||
alTolkTemplet: api/v1/kko/template/get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user