public class CustomDeclarationServiceImpl extends Object implements CustomDeclarationService
支付报关 实现. Created by xifengzhu on 2022/05/05.
DECLARATION_BASE_URL
构造器和说明 |
---|
CustomDeclarationServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
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
文档地址: ...
|
public DeclarationResult declare(DeclarationRequest request) throws WxPayException
CustomDeclarationService
报关API 文档地址: ...
declare
在接口中 CustomDeclarationService
request
- the requestWxPayException
- the wx pay exceptionpublic DeclarationQueryResult query(DeclarationQueryRequest request) throws WxPayException
CustomDeclarationService
报关查询API 文档地址: ...
query
在接口中 CustomDeclarationService
request
- the requestWxPayException
- the wx pay exceptionpublic VerifyCertificateResult verifyCertificate(VerifyCertificateRequest request) throws WxPayException
CustomDeclarationService
身份信息校验API 文档地址: ...
verifyCertificate
在接口中 CustomDeclarationService
request
- the requestWxPayException
- the wx pay exceptionpublic DeclarationResult modify(DeclarationRequest request) throws WxPayException
CustomDeclarationService
报关信息修改API 文档地址: ...
modify
在接口中 CustomDeclarationService
request
- the requestWxPayException
- the wx pay exceptionpublic RedeclareResult redeclare(RedeclareRequest request) throws WxPayException
CustomDeclarationService
报关重推API 文档地址: ...
redeclare
在接口中 CustomDeclarationService
request
- the requestWxPayException
- the wx pay exceptionCopyright © 2023. All rights reserved.