新增应急救援队伍
POST
http://127.0.0.1:8053/projectManage/rescue/create
请求参数
参数名
类型
描述
必填
name
string
示例:测试队伍1
必填
type
int
示例:1
必填
major
int
示例:1
必填
totalNumber
int
示例:100
必填
domain
string
示例:火灾扑救、抢险救援、行政执法
必填
unit
string
示例:xxxx公司
必填
contacts
string
示例:张三
必填
contactsMobile
string
示例:13500000000
必填
telephone
string
示例:11111111
必填
loginUserid
int
示例:14708
必填
响应参数
参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:新增成功!
必填
data
object
示例:null
必填