docs: 全局配置章节 sign 模块增加 digestAlgo 配置项描述

This commit is contained in:
click33 2025-03-20 09:38:43 +08:00
parent f881c1d069
commit b12b91e1ad

View File

@ -212,7 +212,8 @@ Sign 参数签名相关配置:
| 参数名称 | 类型 | 默认值 | 说明 |
| :-------- | :-------- | :-------- | :-------- |
| secretKey | String | null | API 调用签名秘钥 |
| timestampDisparity | long | 900000 | 接口调用时的时间戳允许的差距单位ms-1 代表不校验差距默认15分钟 |
| timestampDisparity | long | 900000 | 接口调用时的时间戳允许的差距单位ms-1 代表不校验差距默认15分钟 |
| digestAlgo | String | md5 | 对 fullStr 的摘要算法 |
示例: