feat(work): 新增企业邮箱功能设置相关接口

This commit is contained in:
Fu Diwei
2022-03-14 17:02:10 +08:00
parent d740f89db6
commit 7dd592b5f3
13 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"userid": "zhangsan",
"type": [1, 2, 3]
}

View File

@@ -0,0 +1,20 @@
{
"errcode": 0,
"errmsg": "ok",
"option": {
"list": [
{
"type": 1,
"value": "0"
},
{
"type": 2,
"value": "1"
},
{
"type": 3,
"value": "0"
}
]
}
}

View File

@@ -0,0 +1,19 @@
{
"userid": "zhangsan",
"option": {
"list": [
{
"type": 1,
"value": "0"
},
{
"type": 2,
"value": "1"
},
{
"type": 3,
"value": "0"
}
]
}
}