D黑奴背锅 文档中心
公共 OpenAPI工具
GET/openapi/v1/get_uuid

生成 UUID v4 字符串。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/openapi/v1/get_uuid"
{  "code": 0,  "message": "获取uuid成功",  "data": "9f2d7d9b-03b6-4f61-9f0d-0f7e3b9b3f6e",  "time": 1779502528}