新增服务保障
POST
http://localhost:8081/serviceGuarantee/addServiceGuarantee
请求参数
参数名
类型
描述
必填
title
string
示例:testTitle
必填
serviceDesc
string
示例:描述
必填
picture
string
示例:http.....
必填
响应参数
参数名
类型
描述
必填
resultCode
int
示例:500
必填
resultMsg
string
示例:java.sql.SQLSyntaxErrorException: Table 'stoneleaf.service_guarantee' doesn't exist
必填
resultData
object
示例:null
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:操作成功
必填
resultData
int
示例:1
必填