~~~[api]
get:/v1/approvesys/form/list
*string:id=默認值#說明文字
name#說明文字
<<<
success
{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"form_id": "c18f99a89a22b1af2e395df6352c831e",
"title": "請假申請",
"desc": "描述",
"icon": null
},
{
"form_id": "a5a0a39d2181dd2274f31a909d9d6d50",
"title": "報銷申請",
"desc": "描述",
"icon": null
},
{
"form_id": "7bfa33825e781939445e782bfb6dd603",
"title": "用品采購",
"desc": "描述",
"icon": null
},
{
"form_id": "9a2f10346efd8ba6e594c0ded7953c35",
"title": "用車申請",
"desc": "描述",
"icon": null
},
{
"form_id": "64129274e911d52a85b4ce02a81243ca",
"title": "模板demo",
"desc": "描述",
"icon": null
},
{
"form_id": "c1ac37c166516bb11aa2323506d84367",
"title": "demo2",
"desc": "描述",
"icon": null
}
]
}
}
<<<
error
~~~