文档
测试

图片操作-上传图片

POST
/ztc/subways/picture/uploadPicture

请求参数

参数名
类型
描述
必填
image
file
required
必填
clientType
string
填 client:computer 或者 client:phone
必填
pictureCategoryId
long
必填

说明 / 示例

**请求示例** url: localhost:9090/ztc/subways/picture/uploadPicture **response** ```javascript { "code": 0, "msg": "success", "debugMsg": null, "data": { "clientType": "client:computer", "created": 1571294541000, "deleted": "0", "gmtCreate": null, "gmtModified": null, "md5": null, "modified": 1571294541000, "name": null, "pictureCategoryId": 0, "pictureId": 1536106721216837361, "picturePath": "https://img.alicdn.com/imgextra/i1/2501195361/O1CN01ya7as01pTNsFMlegT_!!2501195361.jpg", "pixel": "640x200", "referenced": null, "sizes": 72631, "status": "0", "success": null, "title": "99_秋季上新_不止5折_场景女模_PC", "uid": null } } ```