API 文档
返回列表
Hash 计算
GET
/api/v1/hash
无
Method
URL
Query
Headers
Body
响应结果
发送请求
复制地址
参数
Header
RouteParam
Query
Body
无
无
name
type
required
default
desc
text
string
true
待计算文本
algo
string
false
sha256
支持算法列表见/api/v1/hash/algos
hmac_key
string
false
HMAC key(可选,不为空则使用 HMAC)
无
返回
name
type
desc
data.algo
string
算法
data.is_hmac
bool
是否 HMAC
data.digest
string
摘要(hex)