data test

This commit is contained in:
richboo111
2022-11-22 16:47:10 +08:00
parent 7d63801bf9
commit e42f7d54f7

View File

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