Sfoglia il codice sorgente

msg

release_toaliyun_real
xhxu 4 anni fa
parent
commit
9d1d623b84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi 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);


Caricamento…
Annulla
Salva