文档
测试

品专花费配置

POST
/ztc/subways/ymd-brand-cost/add

请求参数

参数名
类型
描述
必填
id
int
有id就是更新,没有id就是新建
必填
nick
string
NotNull
必填
startDate
string
NotNull,yyyy-mm-dd
必填
endDate
string
NotNull,yyyy-mm-dd
必填
budget
int
NotNull,预算金额,单位为元
必填

成功返回

参数名
类型
描述
必填
status
int
状态码
必填
msg
string
消息
必填

说明 / 示例

**请求示例** url: localhost:9090/ztc/subways/ymdActivityCalendar/list **request** ```javascript ``` **response** ```javascript ```