POST api/admin/goods/sku/list

【管理员】【SKU管理】 列表

Request Information

URI Parameters

None.

Body Parameters

GetGoodsCategoryListRequest
NameDescriptionTypeAdditional information
app

类目大分类 先选择app =》商品类型。流量:flow ,换套餐:packages,数信业务:business

string

None.

goods_id

string

None.

skip

当前页数

integer

None.

limit

一页显示几条数据

integer

None.

key

关键字

string

None.

order

排序字段

string

None.

desc

排序方式 可选:asc/desc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "app": "sample string 1",
  "goods_id": "sample string 2",
  "skip": 3,
  "limit": 4,
  "key": "sample string 5",
  "order": "sample string 6",
  "desc": "desc"
}

Response Information

Resource Description

【管理员】【SKU管理】 列表

MyResponse
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {}
}