|
@@ -15,22 +15,20 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|
|
@Data
|
|
|
public class WxServiceMsgDto {
|
|
|
|
|
|
- @XmlElement(name = "事件类型,scancode_push")
|
|
|
+ @XmlElement(name = "Event")
|
|
|
private String event;
|
|
|
|
|
|
@XmlElement(name = "Content")
|
|
|
private String content;
|
|
|
|
|
|
- @XmlElement(name = "消息类型,event")
|
|
|
+ @XmlElement(name = "MsgType")
|
|
|
private String msgType;
|
|
|
|
|
|
- @XmlElement(name = "扫描类型,一般是qrcode")
|
|
|
- private String ScanType;
|
|
|
|
|
|
- @XmlElement(name = "开发者 微信号")
|
|
|
+ @XmlElement(name = "ToUserName")
|
|
|
private String toUserName;
|
|
|
|
|
|
- @XmlElement(name = "事件KEY值,由开发者在创建菜单时设定")
|
|
|
+ @XmlElement(name = "EventKey")
|
|
|
private String eventKey;
|
|
|
|
|
|
@XmlElement(name = "CreateTime")
|