Browse Source

msg

release_toaliyun_real
xhxu 4 years ago
parent
commit
9d1d623b84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxMallApplyServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxMallApplyServiceImpl.java View File

@@ -143,7 +143,7 @@ public class WxMallApplyServiceImpl implements WxMallApplyService {
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode());
wxMsgRecord.setModelType(wxMsgValidationcode.getType());
wxMsgRecord.setReceiver(wxMsgValidationcode.getPhone());
wxMsgRecord.setTenantId(wxMsgValidationcode.getTenantId());
wxMsgRecord.updateTenantInfo(wxMsgValidationcode);
Map<String,String> map = new HashedMap();
map.put("s6",String.valueOf(code));
wxMsgRecord.setDynamicContentMap(map);


Loading…
Cancel
Save