mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 新增批量设置应用在用户工作台展示的数据接口
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user