public interface CustomDeclarationService
微信支付 支付报关 API. Created by xifengzhu on 2022/05/05.
限定符和类型 | 字段和说明 |
---|---|
static String |
DECLARATION_BASE_URL
The constant DECLARATION_BASE_URL.
|
限定符和类型 | 方法和说明 |
---|---|
DeclarationResult |
declare(DeclarationRequest request)
报关API
文档地址: ...
|
DeclarationResult |
modify(DeclarationRequest request)
报关信息修改API
文档地址: ...
|
DeclarationQueryResult |
query(DeclarationQueryRequest request)
报关查询API
文档地址: ...
|
RedeclareResult |
redeclare(RedeclareRequest request)
报关重推API
文档地址: ...
|
VerifyCertificateResult |
verifyCertificate(VerifyCertificateRequest request)
身份信息校验API
文档地址: ...
|
DeclarationResult declare(DeclarationRequest request) throws WxPayException
报关API 文档地址: ...
request
- the requestWxPayException
- the wx pay exceptionDeclarationQueryResult query(DeclarationQueryRequest request) throws WxPayException
报关查询API 文档地址: ...
request
- the requestWxPayException
- the wx pay exceptionVerifyCertificateResult verifyCertificate(VerifyCertificateRequest request) throws WxPayException
身份信息校验API 文档地址: ...
request
- the requestWxPayException
- the wx pay exceptionDeclarationResult modify(DeclarationRequest request) throws WxPayException
报关信息修改API 文档地址: ...
request
- the requestWxPayException
- the wx pay exceptionRedeclareResult redeclare(RedeclareRequest request) throws WxPayException
报关重推API 文档地址: ...
request
- the requestWxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.