产品操作记录

请求地址(POST)
https://app.jiujiuke.net/api/JJkInterface/GetProUserLog?interfacekey=[InterfaceKey]&signature=[Signature]&timestamp=[TimeStamp]
字段 说明
InterfaceKey 接口密钥
Signature 字符串=(InterfaceKey+SignToken+TimeStamp+data),再将字符串中的字符按照升序排列,最终签名 = MD5(字符串),格式:32位MD5大写加密
TimeStamp 发起请求的时间戳,查看标准TimeStamp
请求说明
data={"PageIndex":"1","PageSize":"20","GoodsId":"13356651250139136","CompCode":"ceshi"}
字段 是否必须 说明
PageIndex 当前页数(若为空默认第一页)
PageSize 每一页多少条数据(若为空默认一页20条数据)
GoodsId 产品自动编号
CompCode 企业代码
返回说明
成功时返回:
{"status":1,"msg":"00","total":2,"obj":null,"rows":[{"Id":"13370990577876992","Area":"产品","ActionType":1,"OldValue":"{\"Id\":\"13356651250139136\",\"GoodsCode\":\"90061063\",\"GoodsName\":\"洗面奶\",\"NameCode\":\"XMN\",\"HelpCode\":null,\"GoodsClass\":\"13356651136155650\",\"GoodsType\":1,\"Price\":35,\"PriceUnit\":0,\"PriceNum\":0,\"XPrice\":0,\"Images\":\"/FileSys/SysIMG/goodPic.jpg\",\"IsPoint\":1,\"PointType\":0,\"MinDiscount\":0,\"IsDiscount\":1,\"Remark\":\"\",\"IsDelete\":0,\"IsGift\":0,\"ExchangePoint\":0,\"IsBuyShow\":0,\"CreateTime\":null,\"CompID\":1001,\"ShopID\":null,\"MasterID\":null,\"MeasureUnit\":\"个\",\"Specification\":\"\",\"Specials\":0,\"OnlineUserKey\":\"854764B0FB6FBE6C0E7DA371419C0E51E0156831A4FEFACE\",\"ShopName\":null,\"ClassName\":null,\"StockNum\":0,\"Qty\":0,\"ContextImg\":null}","NewValue":"","IpAddress":"::1","CreateTime":"2017-08-29 14:34:17","CompID":1001,"ShopID":"13157138234785792","ShopName":"总店","MasterID":"13370740072235008","MasterAccount":"poet","MasterName":"周逸民","Remark":"修改(洗面奶)产品资料","Status":1,"Ids":"13356651250139136"}],"rowData":null}
字段 说明
Id 编号
Area 操作模块
ActionType 操作类型
OldValue 原来值
NewValue 新值
IpAddress 操作ip地址
CreateTime 操作时间
失败时返回:
{"status":0,"message":"99"}
字段 是否必须 说明
status 状态(1,成功;其它,失败)
message 错误码(00,成功;其它,失败)