|
|
|
@@ -58,9 +58,9 @@ public class WxMsgConfigServiceImpl implements WxMsgConfigService { |
|
|
|
WxMsgConfig wxMsgConfig = new WxMsgConfig(); |
|
|
|
wxMsgConfig.updateTenantInfo(tenantInfo); |
|
|
|
wxMsgConfig.setSmsChannel(EnumSMSChannel.ALIYUN.getCode()); |
|
|
|
wxMsgConfig.setTotal((long) 100000); |
|
|
|
wxMsgConfig.setTotal((long) 5000); |
|
|
|
wxMsgConfig.setRecharge((long) 0); |
|
|
|
wxMsgConfig.setRemains((long) 100000); |
|
|
|
wxMsgConfig.setRemains((long) 5000); |
|
|
|
wxMsgConfig.setReminderstatus(0); |
|
|
|
wxMsgConfigMapper.insert(wxMsgConfig); |
|
|
|
} |
|
|
|
|