京东商城新增分类

This commit is contained in:
苏尹岚
2020-05-09 08:58:55 +08:00
parent 80d050b1c5
commit 9bf57342e8
4 changed files with 12 additions and 9 deletions

View File

@@ -47,6 +47,6 @@ func (a *API) DeleteShopCategory(cid int64) (uniteResp *UniteResp, err error) {
//京东商城发布商品(创建商品?)
//https://open.jd.com/home/home#/doc/api?apiCateId=48&apiId=1379&apiName=jingdong.ware.write.add
func (a *API) CreateSkuName() (err error) {
func (a *API) CreateSku() (err error) {
return err
}