Merge branch 'master' of https://gitee.com/super-shopkeeper/chaozhanggui
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user