删除价格
DELETE
http://localhost:8002/price/delete?priceId=19
接口描述
删除价格的接口
请求参数
参数名
类型
描述
必填
priceId
number
示例:19
必填
响应参数
参数名
类型
描述
必填
code
number
示例:200
必填
msg
string
示例:删除成功!
必填
data
object
示例:null
必填
other
object
示例:null
必填
code
number
示例:200
必填
msg
string
示例:删除成功!
必填
data
object
示例:null
必填
other
object
示例:null
必填