接口地址:https://api.icofun.cn/api/uuid.php
返回格式:json/text
请求方式:GET
请求示例:https://api.icofun.cn/api/uuid.php
请求参数说明:
| 名称 | 必填 | 说明 | |
|---|---|---|---|
| num | 否 | 生成的数量,默认生成一个 | |
| type | 否 | 返回格式,默认json可选text | |
| hh | 否 | 换行符号(默认\n) |
返回示例:
{
"code": 1,
"text": "获取成功",
"data": [
{
"uuid": "f096ca31-269e-12c2-1e5c-88ad0a79ce90"
}
]
}