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