mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
22 lines
468 B
HTTP
22 lines
468 B
HTTP
### 批量上传字体
|
|
POST http://localhost:19200/h5/font/create
|
|
Content-Type: application/json
|
|
|
|
[]
|
|
|
|
### 分页查询字体
|
|
GET http://localhost:19200/h5/font/page?name=OpenSans&type=en&pageNum=1&pageSize=10
|
|
Accept: application/json
|
|
|
|
### 根据字体族名称列表查询字体
|
|
POST http://localhost:19200/h5/font/list
|
|
Content-Type: application/json
|
|
|
|
[
|
|
"OpenSans-Bold"
|
|
]
|
|
|
|
### 根据ID获取字体详情
|
|
GET http://localhost:19200/h5/font/1
|
|
Accept: application/json
|