文档
测试

查询隐私政策(queryRuleSetInfo)

POST
http://localhost:8180/WXFOOTSTAFF/shopping/queryRuleSetInfo?strContent=%20%7B%22systemMapInfoId%22%3A20063%2C%22type%22%3A1%7D

请求参数

参数名
类型
描述
必填
systemMapInfoId
int
示例:20063(系统ID)
必填
type
int
示例:1(1:积分,2隐私3推广规则)
必填

响应参数

参数名
类型
描述
必填
errorCode
int
示例:0
必填
errorMsg
string
示例:
必填
pageSize
int
示例:0
必填
result
object
数据字典
必填
id
int
示例:2
必填
inputDate
string
示例:2021-04-14
必填
inputTime
string
示例:18:36
必填
lstUptBy
string
示例:马亮
必填
ruleContent
string
示例:积分政策(内容)
必填
ruleType
int
示例:1
必填
systemMapInfoId
int
示例:20063
必填
resultSet
object
示例:null
必填
startIndex
int
示例:0
必填
totalSize
int
示例:0
必填

说明 / 示例

{ "errorCode": 0, "errorMsg": "", "pageSize": 0, "result": { "id": 2, "inputDate": "2021-04-14", "inputTime": "18:36", "lstUptBy": "马亮", "ruleContent": "积分政策", "ruleType": 1, "systemMapInfoId": 20063 }, "resultSet": null, "startIndex": 0, "totalSize": 0 }