请求方式 POST 请求路径 api/ShopIndex/AddFootMark
添加浏览足迹
URI 参数说明
None.
Json字符串 参数说明:Body Data
FootMarkModel
字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
ID |
ID |
integer |
None. |
Pid |
商品详情id/拼团id |
integer |
None. |
CustomerId |
用户id |
integer |
None. |
CompanyId |
公司Id |
integer |
None. |
SupGoodsSkuId |
商品SKU |
string |
None. |
GoodsType |
0 常规 1 拼团 |
integer |
None. |
TheDay |
记录日期 |
string |
None. |
UpdateTime |
更新时间 |
date |
None. |
请求格式:application/json, text/json
application/json
Sample:
{ "ID": 1, "Pid": 2, "CustomerId": 3, "CompanyId": 4, "SupGoodsSkuId": "sample string 5", "GoodsType": 6, "TheDay": "sample string 7", "UpdateTime": "2025-07-03 18:26:52" }
得到响应信息说明
添加浏览足迹
ResponseResult字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
ResponseMsg |
返回结果内容描述 |
string |
None. |
ResponseCode |
状态码 0(成功) >0(业务错误) <0(系统错误) -1: 系统错误 100: 字符为空报错 101: 字符类型错误 102: 图片上传失败200: 操作失败300: 缓存验证超时错误 301: 缓存验证码错误 302: token 错误系统不存在,非法操作 303: token 验证超时500: 参数错误 501: 数据为空 502: 存在重复数据 503: 业务验证失败 |
integer |
None. |
Data |
返回的结果集 |
Object |
None. |
响应格式
application/json, text/json
Sample:
{ "ResponseMsg": "sample string 1", "ResponseCode": 2, "Data": {} }