setPic(更改轮播图路径)
POST
http://localhost:8001/picture
接口描述
根据id更改轮播图的路径
请求参数
参数名
类型
描述
必填
id
int
必填
picture_url
string
必填
响应参数
参数名
类型
描述
必填
status
String
成功返回success,失败返回error
必填
msg
String
中文表示成功或者失败
必填