Appearance
API 说明文档
商品管理
商品列表
获取商品列表:
js
GET /api/web/product/list获取商品详情:
js
GET /api/web/product/detail搜索商品:
js
GET /api/web/product/search商品分类
获取商品分类:
js
GET /api/web/product/category商品属性
获取商品属性:
js
GET /api/web/product/attribute商品品牌
获取商品品牌:
js
GET /api/web/product/brand商品评论
获取商品评论:
js
GET /api/web/product/comment创建商品评论:
js
POST /api/web/product/comment修改商品评论:
js
PUT /api/web/product/comment删除商品评论:
js
DELETE /api/web/product/comment客户管理
用户管理理
注册新用户
js
POST /api/web/auth/signup登录
js
POST /api/web/auth/signin验证码
js
POST /api/web/auth/captcha用户信息管理
获取用户信息
js
POST /api/web/myself/info修改用户信息
js
POST /api/web/myself/update订单管理
获取订单列表:
js
POST /api/web/myself/order创建订单列表:
js
POST /api/web/myself/order地址管理
获取地址:
js
GET /api/web/myself/address创建新地址:
js
POST /api/web/myself/address公共接口
管理分类和标签
获取分类和标签:
js
GET /api/web/common/tags
GET /api/web/common/category国家和区域
获取国家
js
GET /api/web/common/constry获取城市
js
GET /api/web/common/city