1
This commit is contained in:
@@ -410,12 +410,11 @@ type JDSkuList struct {
|
||||
func (a *API) UnBindStoreGoods(skuId int64) {
|
||||
jdParams := map[string]interface{}{
|
||||
"skuId": skuId,
|
||||
"stationNo": "14986394",
|
||||
"stationNo": "23988364",
|
||||
"opPin": "liulei",
|
||||
}
|
||||
data, err := a.AccessAPINoPage("StoreGoodsPlatformService/unBindStoreGoods", jdParams, nil, nil, genNoPageResultParser("code", "msg", "data", "0"))
|
||||
_, 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