瀏覽代碼

update ttuser

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
6cc02b688a
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxTemplateMsgServiceImpl.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxTemplateMsgServiceImpl.java 查看文件

@@ -119,7 +119,7 @@ public class WxTemplateMsgServiceImpl implements WxTemplateMsgService {
if(byId == null){
return new ResultData(ErrorCode.TEMPLATE_NOT_FOUND);
}
WxAppinfo appinfo = wxAppinfoService.getCAppInfo(wxTemplateMsg, EnumAppPlat.TOUTIAO);
WxAppinfo appinfo = wxAppinfoService.getCAppInfo(wxTemplateMsg, EnumAppPlat.WX);
WxMaService wxMaService = null;
if(isFmOpen) {
wxMaService = openService.getWxOpenComponentService().getWxMaServiceByAppid(appinfo.getAppId());


+ 1
- 1
mallinkService/src/main/java/com/iformall/service/tt/impl/TtOrderServiceImpl.java 查看文件

@@ -224,7 +224,7 @@ public class TtOrderServiceImpl implements TtOrderService {
// return new ResultData(ErrorCode.MEMBER_IS_LOCKED);
// }

WxAppinfo appInfo = wxAppinfoService.getCAppInfo(tenantEntity, EnumPayWay.PAY_WAY_TT);
WxAppinfo appInfo = wxAppinfoService.getCAppInfo(tenantEntity, EnumAppPlat.TOUTIAO);
if(appInfo == null) {
return new ResultData(ErrorCode.APP_ID_NOT_FOUND);
}


Loading…
取消
儲存