feat-IRONFANS-70 #260

Merged
chenhao merged 5 commits from feat-IRONFANS-70 into test 2024-04-11 17:59:46 +08:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 8f24732eb4 - Show all commits

View File

@ -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 {