# fs_base64_image **Repository Path**: gavincook/fs_base64_image ## Basic Information - **Project Name**: fs_base64_image - **Description**: xheart_fs的base64 图片上传支持插件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #fs_base64_image Base64 图片处理器 ### Base64图片上传 ``` [Post] /base64 ``` * 参数 `content` : 【必选】 图片base64内容,可以同时上传多个,多个使用数组的方式组装即可 `avatar` : 【可选】上传的图片是否为头像,如果是则会进行一个100*100和200*200的尺寸生成,默认为`false` * 返回 ``` { "success":true, "result":{ "success": [ { "fileName":"1446891970281.jpg", "filePath":"/2015/11/7/18/26/10/1446891970281.jpg" } ], "failure":[] } } ```