参数名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
appid | String | 是 | 平台应用appid |
sign | String | 是 | 签名字符串 |
data | obj | 是 | 请求参数json字符串 |
-timestamp | Long | 是 | 当前时间戳 |
{
"appId": "ymcb75a59c65eb4521",
"sign": "aa00e7fbb9af00a25660e66edf9c2ecf",
"data": {
"timestamp": "1749613664"
}
}
参数名 | 类型 | 说明 |
---|---|---|
code | String | 响应码 0:成功;其他失败 |
msg | String | 消息描述 |
data | list集合 | 响应体信息 |
-dictLabel | String | 名字 |
-dictValue | String | 值 |
{
"msg": "操作成功",
"code": 0,
"data": [
{
"searchValue": null,
"createBy": "zwt123",
"createTime": "2025-01-07 11:25:22",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"dictCode": 143,
"dictSort": 1,
"dictLabel": "停用",
"dictValue": "00",
"dictType": "advert_status_type",
"cssClass": null,
"listClass": "default",
"isDefault": "N",
"status": "0",
"default": false
}, {
"searchValue": null,
"createBy": "zwt123",
"createTime": "2025-01-07 11:25:32",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"dictCode": 144,
"dictSort": 2,
"dictLabel": "启用",
"dictValue": "10",
"dictType": "advert_status_type",
"cssClass": null,
"listClass": "default",
"isDefault": "N",
"status": "0",
"default": false
}
]
}
作者:吴勇 创建时间:2025-06-11 19:50
最后编辑:吴勇 更新时间:2025-06-20 15:49
最后编辑:吴勇 更新时间:2025-06-20 15:49