mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 21:13:47 +08:00
feat(work): 新增创建或更新审批模板相关接口
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"template_name": [
|
||||
{
|
||||
"text": "我的api测试模版",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"template_content": {
|
||||
"controls": [
|
||||
{
|
||||
"property": {
|
||||
"control": "Text",
|
||||
"id": "Text-01",
|
||||
"title": [
|
||||
{
|
||||
"text": "控件名称",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"placeholder": [
|
||||
{
|
||||
"text": "控件说明",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"require": 0,
|
||||
"un_print": 1
|
||||
},
|
||||
"config": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"template_id": "C4RbNKm731MCFVgk6XLq1Rs9W4aNXPJV2mmXT4qGy"
|
||||
}
|
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"template_id": "C4RbNKm731MCFVgk6XLq1Rs9W4aNXPJV2mmXT4qGy",
|
||||
"template_name": [
|
||||
{
|
||||
"text": "我的api测试模版",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"template_content": {
|
||||
"controls": [
|
||||
{
|
||||
"property": {
|
||||
"control": "Text",
|
||||
"id": "Text-01",
|
||||
"title": [
|
||||
{
|
||||
"text": "控件名称",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"placeholder": [
|
||||
{
|
||||
"text": "控件说明",
|
||||
"lang": "zh_CN"
|
||||
}
|
||||
],
|
||||
"require": 0,
|
||||
"un_print": 1
|
||||
},
|
||||
"config": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user