alipay_sign_params
Sign Alipay business parameters with RSA2 and return the complete signed parameter set, ready for direct POSTing to the Alipay gateway.
Instructions
支付宝:对业务参数做 RSA2 签名,返回带 sign 的完整参数(可直接 POST 到网关)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cred | No | 凭证(可省略,改用环境变量;PEM 字段可直接传 PEM 全文或 .pem 文件路径) | |
| extra | No | 其他公共参数,如 notify_url | |
| method | Yes | 如 alipay.trade.precreate | |
| timestamp | No | ||
| bizContent | Yes | biz_content 业务参数对象 |