podmall.mall.font.itemsconfig/api/podmall/mall/font/getList.json2。{
"current": 1,
"pageSize": 10,
"keyword": "string",
"ownerOnly": "n"
}curl --location '/v4/gateway/podmall.mall.font.items' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"pageSize": 10,
"keyword": "string",
"ownerOnly": "n"
}'{
"status": 0,
"success": true,
"data": {
"list": [
{
"id": 1,
"fontName": "宋体",
"fontUrl": "https://example.com/fonts/song.ttf",
"marketerOrgId": 1,
"marketerUserId": 1,
"createdTime": 1689532323,
"updatedTime": 1689532323
}
],
"total": 10,
"current": 1,
"pageSize": 10
}
}