|
@@ -1870,7 +1870,7 @@ public class StoreBusinessServiceImpl extends ServiceImpl<StoreInfoMapper, Store
|
|
|
lifeMessage.setReceiverId("store_" + storeInfo.getStorePhone());
|
|
lifeMessage.setReceiverId("store_" + storeInfo.getStorePhone());
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm");
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm");
|
|
|
String storeDate = simpleDateFormat.format(new Date());
|
|
String storeDate = simpleDateFormat.format(new Date());
|
|
|
- String text = "处理结果: 已撤回注销申请\n\n" + storeDate + "\n\n当前店铺状态已恢复正常。您可继续使用该店铺登录并享受各项服务,所有店铺数据均已妥善保留。\n\n若您后续仍有注销需求,可随时通过【我的设置】-【注销店铺】中重新提交申请。感谢您的理解与支持!";
|
|
|
|
|
|
|
+ String text = "当前店铺状态已恢复正常。您可继续使用该店铺登录并享受各项服务,所有店铺数据均已妥善保留。\n\n若您后续仍有注销需求,可随时通过【我的设置】-【注销店铺】中重新提交申请。感谢您的理解与支持!";
|
|
|
com.alibaba.fastjson2.JSONObject jsonObject = new com.alibaba.fastjson2.JSONObject();
|
|
com.alibaba.fastjson2.JSONObject jsonObject = new com.alibaba.fastjson2.JSONObject();
|
|
|
jsonObject.put("message", text);
|
|
jsonObject.put("message", text);
|
|
|
lifeMessage.setContext(jsonObject.toJSONString());
|
|
lifeMessage.setContext(jsonObject.toJSONString());
|