Update 接口描述

This commit is contained in:
wxk 2020-04-29 10:32:43 +08:00
parent f1d2bc93ab
commit b3c3b328fa
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ public abstract class Captcha extends Randoms {
public abstract String toBase64(); public abstract String toBase64();
/** /**
* 获取图片歌手 * 获取图片类型
* *
* @return 图片格式 MINI * @return 图片格式MIME类型
*/ */
public abstract String getContentType(); public abstract String getContentType();