1
This commit is contained in:
@@ -395,3 +395,17 @@ type JDSkuList struct {
|
||||
FixedType int `json:"fixedType,omitempty"`
|
||||
SuperId int `json:"superId,omitempty"`
|
||||
}
|
||||
|
||||
// UnBindStoreGoods 解绑商品
|
||||
func (a *API) UnBindStoreGoods(skuId int64) {
|
||||
jdParams := map[string]interface{}{
|
||||
"skuId": skuId,
|
||||
"stationNo": "14986394",
|
||||
"opPin": "liulei",
|
||||
}
|
||||
data, err := a.AccessAPINoPage("StoreGoodsPlatformService/unBindStoreGoods", jdParams, nil, nil, genNoPageResultParser("code", "msg", "data", "0"))
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
fmt.Println(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user