编辑方案节点
POST
manager/template/agree/point/update
接口描述
编辑节点
请求参数
参数名
类型
描述
必填
pointId
int
示例:1 (节点id)
必填
pointName
string
示例:测试2 (节点名称)
必填
planRate
int
示例:1 (预算金额比例(0~100))
必填
priority
int
示例:2 ( 优先级(1~99) )
必填
pointDesc
string
示例:测试说明2 (节点说明)
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
示例:null
必填