Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
签名、验签和敏感字段加密的处理说明。
openssl genrsa -out private_pkcs1.pem 2048 openssl pkcs8 -topk8 -inform PEM -in private_pkcs1.pem -out private_pkcs8.pem -nocrypt openssl rsa -in private_pkcs8.pem -pubout -out public_pkcs8.pem
S1 = request.body bytes = SHA256withRSA(S1, private_pkcs8) sign = BASE64(bytes) Authorization = sign
Authorization: BASE64_SIGNATURE Content-Type: application/json