| 程序包 | 说明 |
|---|---|
| org.jeewx.api.wxstore.product |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommodityRtnInfo |
JwProductAPI.doAddCommodity(String newAccessToken,
Product product)
增加商品
|
static CommodityRtnInfo |
JwProductAPI.doDelCommodity(String newAccessToken,
String product_id)
删除商品
|
static CommodityRtnInfo |
JwProductAPI.doModproductstatus(String newAccessToken,
String product_id,
Integer status)
商品上下架
上下架标识(0-下架, 1-上架)
|
static CommodityRtnInfo |
JwProductAPI.doUpdateCommodity(String newAccessToken,
Product product,
String accountid)
修改商品
|
static CommodityRtnInfo |
JwProductAPI.getByStatus(String newAccessToken,
Integer status)
获取指定状态的所有商品
商品状态(0-全部, 1-上架, 2-下架)
|
Copyright © 2022. All rights reserved.