From 8f24732eb439945fae18ec889eaf8752dd42f3ee Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Thu, 11 Apr 2024 17:57:01 +0800 Subject: [PATCH] udpate proto --- api/proto/streamer/proto/streamer_api.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/api/proto/streamer/proto/streamer_api.go b/api/proto/streamer/proto/streamer_api.go index b518bd91..d36ae003 100644 --- a/api/proto/streamer/proto/streamer_api.go +++ b/api/proto/streamer/proto/streamer_api.go @@ -78,9 +78,11 @@ type ApiListExtByMidReq struct { } type ApiListExtByMidData struct { - StreamerExt *ApiListExtVO `json:"streamer_ext"` - WechatLockType int32 `json:"wechat_lock_type"` // 微信解锁类型 - IsUnlockWechat int32 `json:"is_unlock_wechat"` // 是否解锁微信 + 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 {