podmall.mall.font.allitemsconfig/api/podmall/mall/font/getAllList.json0。{
"ids": "string"
}curl --location '/v4/gateway/podmall.mall.font.allitems' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"ids": "string"
}'{
"status": 0,
"success": true,
"data": [
{
"id": 0,
"fontName": "string",
"fontUrl": "string",
"fontOrigName": "string",
"fontSubfamily": "string",
"marketerOrgId": 0,
"marketerUserId": 0,
"createdTime": 0,
"updatedTime": 0
}
]
}