Closed ben7th closed 10 years ago
需要实现一个规范的API,便于开发android客户端时,以及开发其他服务时调用。
URL: /api/upload TYPE: POST 请求时应附带图片信息,图片信息放在请求参数的 file 字段中 HTTP 200 RESPONSE: { filename: 'xxxxxxxx.xxx', url: 'http://img.teamkn.com/i/xxxxxxxx.xxx' filesize: xxxxxx (单位字节) width: xxx (单位像素) height: xxx (单位像素) major_color: #xxxxxx (颜色值) }
需要实现一个规范的API,便于开发android客户端时,以及开发其他服务时调用。