GET api/v1/UpLoad/GetUpFileList?shopid={shopid}&flag={flag}&pageIndex={pageIndex}&pageSize={pageSize}
得到Excel上传列表
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
shopid |
门店 |
string |
Required |
flag |
类型01-小组上架,02小组下架,11-分类上架,12分类下架,21商品上架,22商品下架,23-变价 |
string |
Required |
pageIndex |
页数 |
integer |
Required |
pageSize |
页大小 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
IHttpActionResultNone.
响应格式
application/json, text/json, text/html
Sample:
Sample not available.