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.
请求签名与回调验签示例。
S1 = request.body bytes = SHA256withRSA(S1, private_pkcs8) sign = BASE64(bytes)
Content-Type: application/json Authorization: BASE64_SIGNATURE
S1 = request.body valid = SHA256withRSA_VERIFY(S1, BASE64_DECODE(Authorization), speedpay_public_key)