udpate proto

This commit is contained in:
lwl0608 2024-04-11 17:57:01 +08:00
parent aff4682096
commit 8f24732eb4
1 changed files with 5 additions and 3 deletions

View File

@ -81,6 +81,8 @@ type ApiListExtByMidData struct {
StreamerExt *ApiListExtVO `json:"streamer_ext"`
WechatLockType int32 `json:"wechat_lock_type"` // 微信解锁类型
IsUnlockWechat int32 `json:"is_unlock_wechat"` // 是否解锁微信
WechatOrderId string `json:"wechat_order_id"` // 微信订单id
WechatOrderStatus int32 `json:"wechat_order_status"` // 微信订单状态
}
type ApiListExtByMidResp struct {