data test
This commit is contained in:
@@ -1100,8 +1100,8 @@ func (p *PurchaseHandler) GetSkus(ctx *jxcontext.Context, vendorOrgCode string,
|
|||||||
|
|
||||||
//以下为辅助函数
|
//以下为辅助函数
|
||||||
type RelInfo struct {
|
type RelInfo struct {
|
||||||
StoreID string
|
StoreID string `json:"storeID"`
|
||||||
VendorStoreID string
|
VendorStoreID string `json:"vendorStoreID"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func ToMap(actual interface{}) (map[string]string, error) {
|
func ToMap(actual interface{}) (map[string]string, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user