interface InternalCertificateApi
| Modifier and Type | Method and Description |
|---|---|
WechatPayResponse<List<TenpayCertificate>> |
certificates()
获取商户当前可用的平台证书列表。微信支付提供该接口,帮助商户后台系统实现平台证书的平滑更换。
|
@GET(value="v3/certificates") WechatPayResponse<List<TenpayCertificate>> certificates() throws PayException
PayException - the pay exceptionCopyright © 2023. All rights reserved.