udpate proto
This commit is contained in:
parent
aff4682096
commit
8f24732eb4
|
@ -78,9 +78,11 @@ type ApiListExtByMidReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type ApiListExtByMidData struct {
|
type ApiListExtByMidData struct {
|
||||||
StreamerExt *ApiListExtVO `json:"streamer_ext"`
|
StreamerExt *ApiListExtVO `json:"streamer_ext"`
|
||||||
WechatLockType int32 `json:"wechat_lock_type"` // 微信解锁类型
|
WechatLockType int32 `json:"wechat_lock_type"` // 微信解锁类型
|
||||||
IsUnlockWechat int32 `json:"is_unlock_wechat"` // 是否解锁微信
|
IsUnlockWechat int32 `json:"is_unlock_wechat"` // 是否解锁微信
|
||||||
|
WechatOrderId string `json:"wechat_order_id"` // 微信订单id
|
||||||
|
WechatOrderStatus int32 `json:"wechat_order_status"` // 微信订单状态
|
||||||
}
|
}
|
||||||
|
|
||||||
type ApiListExtByMidResp struct {
|
type ApiListExtByMidResp struct {
|
||||||
|
|
Loading…
Reference in New Issue