upload_pic
POST
http://www.mokuosg.com:8080/image/upload
接口描述
上传图片接口
请求头
参数名
类型
描述
必填
content-type
string
application/x-www-form-urlencoded;charset=utf-8
必填
请求参数
参数名
类型
描述
必填
token
string
用户唯一性标识
必填
pic_name
string
图片类型
必填
pic_texture
file
上传图片数据(这里的字段名并不是pic_texture,以你pic_name的值为准)
必填