This commit is contained in:
邹宗楠
2022-08-22 17:23:21 +08:00
parent 350c58df0c
commit e210d81ff1
2 changed files with 8 additions and 7 deletions

View File

@@ -46,6 +46,14 @@ type CallbackMsg struct {
Data interface{} `json:"data"`
}
type EBaiShopList struct {
BaiduShopID string `json:"baidu_shop_id"`
ShopID string `json:"shop_id"`
Name string `json:"name"`
Source string `json:"source"`
SupplierID string `json:"supplier_id"`
}
type CBPartRefundInfo struct {
OrderID int64 `json:"order_id"`
RefundID string `json:"refund_id"`