mp:实现消息的存储

This commit is contained in:
YunaiV
2023-01-03 21:30:35 +08:00
parent fefad029ad
commit c141ebef3f
13 changed files with 294 additions and 185 deletions

View File

@ -10,7 +10,7 @@ import lombok.Getter;
*/
@Getter
@AllArgsConstructor
public enum MpMessageSendFrom {
public enum MpMessageSendFromEnum {
USER_TO_MP(1, "用户发送给公众号"),
MP_TO_USER(2, "公众号发给用户"),