발신번호 반려 메일 테스트

This commit is contained in:
2023-02-09 15:24:20 +09:00
parent b199bb7630
commit 3b47bccccd
6 changed files with 103 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ authentication:
mail:
from: msghubez@lguplus.co.kr
templeteCode: E0005
senrNoRejTempleteCode: E0007
msghubez:
homepage-url: https://mhez-qa.uplus.co.kr

View File

@@ -679,5 +679,12 @@
WHERE REG_REQ_NO = #{regReqNo}
and DOC_NO = #{docNo}
</select>
<select id="selectApiAuthToken" parameterType="String" resultType="String">
/* sendNumMgt-mapper.xml(selectApiAuthToken) */
SELECT AUTHTKN
FROM hubez_common.EZ_IFSYS_INFO
WHERE SYS_ID = #{apiApplicationId}
</select>
</mapper>