1
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user