This commit is contained in:
liuyingfang
2023-06-17 16:50:13 +08:00
3 changed files with 17 additions and 3 deletions

View File

@@ -311,7 +311,7 @@ public class LaKalaInterfaceImpl {
data.put("contactManName", userBrakCard.getPhone());
data.put("channelType", ObjectUtils.isEmpty(mccReflect) ? "7399" : mccReflect.getMccCode());
data.put("phone", userBrakCard.getPhone());
data.put("agencyName", merchantBaseInfo.getBussAuthNum());
data.put("agencyName", merchantBaseInfo.getMerchantName());
// //协议
AttchmentsVo agree_ment = new AttchmentsVo(); //图片set

View File

@@ -27,8 +27,9 @@ public class HtmlUtil {
@Autowired
FreeMarkerConfigurer freeMarkerConfigurer;
static Template template =null;
@Bean
public void initHtml(){
public void initHtml(){
try {
template = freeMarkerConfigurer.getConfiguration().getTemplate("indexHTKWECHAT_PAY.html");