消息订阅
This commit is contained in:
@@ -51,6 +51,7 @@ public class ShopMsgPushController {
|
||||
entity.setOpenId(wxMsgSubDTO.getOpenId());
|
||||
entity.setNickname(wxMsgSubDTO.getNickname());
|
||||
entity.setAvatar(wxMsgSubDTO.getAvatar());
|
||||
entity.setStatus(1);
|
||||
if (entity.getId() == null) {
|
||||
shopPushOpenIdService.save(entity);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user