参数名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
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-04-18 10:31:35",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"dictCode": 164,
"dictSort": 0,
"dictLabel": "H5",
"dictValue": "10",
"dictType": "skip_type_list",
"cssClass": null,
"listClass": "default",
"isDefault": "N",
"status": "0",
"default": false
},
{
"searchValue": null,
"createBy": "zwt123",
"createTime": "2025-04-18 10:31:45",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"dictCode": 165,
"dictSort": 1,
"dictLabel": "小程序",
"dictValue": "20",
"dictType": "skip_type_list",
"cssClass": null,
"listClass": "default",
"isDefault": "N",
"status": "0",
"default": false
}
]
}
作者:吴勇 创建时间:2025-06-11 14:39
最后编辑:吴勇 更新时间:2025-06-20 15:49
最后编辑:吴勇 更新时间:2025-06-20 15:49