接口:表情包
接口详情

表情包

zodram api

GET

接口地址
正式环境(prod) https://zodream.cn/open/seo/emoji
本地环境(dev) http://zodream.localhost/open/seo/emoji
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
data data 数组(array)
items items 数组(array)
ᅡー id id 数字(number)
ᅡー cat_id cat_id 数字(number)
ᅡー name name 字符串(string)
ᅡー type type 数字(number) 0为图片1为文本
ᅡー content content 字符串(string)
id id 数字(number)
name name 字符串(string)
icon icon 字符串(string)
返回示例

{
    "data":[
        {
            "items":[
                {
                    "id":1,
                    "cat_id":1,
                    "name":"呵呵",
                    "type":0,
                    "content":""
                }
            ],
            "id":1,
            "name":"默认",
            "icon":""
        }
    ]
}

37.8 ms
系统信息
Execution time37.8 ms
CPU usage user + system55 % + 11 %
Peak of allocated memory5.74 MB
Included files203
Classes + interfaces + traits124 + 28 + 24
Your IP3.129.247.21
Server IP172.21.0.9
HTTP method / response codeGET / 200
PHP8.4.2
Zodream5.1.0
Servernginx/1.27.3
运行信息
start0.0 ms
match route16.2 ms
controller response3.7 ms
db engine init5.9 ms
db engine end0.8 ms
db init end0.0 ms
view render7.8 ms
end38.1 ms
Queries(7)
[0.3ms] SELECT * FROM `doc_api` WHERE ( id = ?) LIMIT 1
[0.35ms] SELECT * FROM `doc_project` WHERE id = ? and ( status = ?) LIMIT 1
[0.31ms] SELECT id,name,parent_id,type FROM `doc_api` WHERE project_id = ? and version_id = ? ORDER BY id ASC
[0.41ms] SELECT * FROM `doc_field` WHERE api_id = ?
[0.42ms] SELECT * FROM `doc_field` WHERE kind = ? and api_id = ? and parent_id = ?
[0.37ms] SELECT * FROM `doc_field` WHERE kind = ? and api_id = ? and parent_id = ?
[0.44ms] SELECT * FROM `doc_field` WHERE kind = ? and api_id = ? and parent_id = ?
Views(2)
[Rendered] Module/Document/UserInterface/Api/index.php : 0.41ms
[Rendered] Module/Document/UserInterface/layouts/main.php : 2.07ms