Commit bd61a49b by 徐甲彬

更新

1 parent 6d444bb4
...@@ -54,9 +54,9 @@ public class AipUtils { ...@@ -54,9 +54,9 @@ public class AipUtils {
* @author luxor * @author luxor
* @date 2017/12/7 * @date 2017/12/7
*/ */
public static String fixImage(String imageBase64){ public static String fixImage(String imageBase64){
return imageBase64.replace("data:image/png;base64,","") return imageBase64.replace("data:image/png;base64,","")
.replace("data:image/jgp;base64,","")
.replace("data:image/jpg;base64,","") .replace("data:image/jpg;base64,","")
.replace("data:image/jpeg;base64,",""); .replace("data:image/jpeg;base64,","");
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!