docs: deploy

v2
xiaojunnuo 2025-02-17 17:38:22 +08:00
parent 0ebdb037b5
commit 02404bc97e
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ header中传入x-certd-token即可调用开放接口
3、将content加上keySecret进行签名 sign = md5(content + keySecret)
4、然后将content和sign分别base64后用.号连接: x-certd-token = base64(content) +"."+base64(sign)
## SDK
待开发