Home > utils > WechatRequestPaymentParams
Signature:
export declare interface WechatRequestPaymentParams
| Property | Type | Description |
|---|---|---|
| nonceStr | string | 支付签名随机串。 |
| package | string | 统一支付接口返回的 prepay_id 参数值,如:prepay_id=xxx。 |
| paySign | string | 支付签名。 |
| signType | string | 签名方式。 |
| timestamp | number | 支付签名时间戳。 |