feat(work): 新增批量设置应用在用户工作台展示的数据接口

This commit is contained in:
Fu Diwei
2024-07-29 10:59:51 +08:00
parent 5793955ece
commit 7b449ea210
4 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"agentid": 1000005,
"userid_list": [ "userid1", "userid2" ],
"data": {
"type": "keydata",
"keydata": {
"items": [
{
"key": "待审批",
"data": "0",
"jump_url": "http://www.qq.com",
"pagepath": "pages/index"
}
]
}
}
}