跳到主要内容
版本:v3

下载字体

接口地址:/font/{id}.{type}

请求方式:GET

响应数据类型:application/octet-stream

接口描述:

根据字体ID获取ttf字体,注意这个ID只能使用一次

请求参数:

参数名称参数说明请求类型是否必须数据类型schema
ididpathtruestring
type类型,可用值:woff,ttf,eotpathtruestring

响应状态:

状态码说明schema
200成功
404字体ID不存在