文档
测试

新建模板空间

POST
http://test.52miaosuan.com:8090/miaosuan/budget/template/area/add

接口描述

在预算模板中新增一个预算空间

请求头

参数名
类型
描述
必填
user_id
int
用户编号
必填

请求参数

参数名
类型
描述
必填
template_id
int
预算模板编号
必填
name
string
空间名称
必填
order
int
空间顺序
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
area_id
int
新建后模板区域ID
必填

说明 / 示例

返回响应为: ``` { "code": 0, "msg": "成功", "data": { "area_id": 1 } } ```