@@ -35,10 +35,10 @@ type (
SendTextMsgReq {
// 属主微信id
- WxWxid *string `json:"wxWxid"`
+ WxWxid *string `json:"senderWxId"`
// 微信id 公众号微信ID
- Wxid *string `json:"wxid"`
+ Wxid *string `json:"receiverWxId"`
// 微信文本消息内容
Msg *string `json:"msg"`
@@ -376,9 +376,9 @@ type RefreshLoginQRResp struct {
// swagger:model SendTextMsgReq
type SendTextMsgReq struct {
}