|
|
@ -159,8 +159,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
@ApiOperation("开票请求接口-(蓝字发票开具,红字发票开具)") |
|
|
|
@ApiOperation("开票请求接口-(蓝字发票开具,红字发票开具)") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/add", "/api/invoice/v1/add/{identity}", "/invoice/addInvoice"}) |
|
|
|
@PostMapping({"/api/invoice/v1/add", "/api/invoice/v1/add/{identity}", "/invoice/addInvoice"}) |
|
|
|
public Object addInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object addInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -203,8 +203,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("开票查询接口(发票请求流水号)")
|
|
|
|
// @ApiOperation("开票查询接口(发票请求流水号)")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/query", "/api/invoice/v1/query/{identity}", "/invoice/queryInvoice"}) |
|
|
|
@PostMapping({"/api/invoice/v1/query", "/api/invoice/v1/query/{identity}", "/invoice/queryInvoice"}) |
|
|
|
public Object queryInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object queryInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -232,8 +232,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("开票查询接口(订单号)")
|
|
|
|
// @ApiOperation("开票查询接口(订单号)")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/query_orderno", "/api/invoice/v1/query_orderno/{identity}", "/invoice/queryInvoiceByOrderNo"}) |
|
|
|
@PostMapping({"/api/invoice/v1/query_orderno", "/api/invoice/v1/query_orderno/{identity}", "/invoice/queryInvoiceByOrderNo"}) |
|
|
|
public Object queryInvoiceOrderno(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object queryInvoiceOrderno(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -262,8 +262,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("开票查询接口(范围查询)")
|
|
|
|
// @ApiOperation("开票查询接口(范围查询)")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/query_scope", "/api/invoice/v1/query_scope/{identity}", "/urlcode/queryInvoice"}) |
|
|
|
@PostMapping({"/api/invoice/v1/query_scope", "/api/invoice/v1/query_scope/{identity}", "/urlcode/queryInvoice"}) |
|
|
|
public Object queryInvoiceScope(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object queryInvoiceScope(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -292,8 +292,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("作废发票")
|
|
|
|
// @ApiOperation("作废发票")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/deprecate", "/api/invoice/v1/deprecate/{identity}", "/invoice/deleteInvoice"}) |
|
|
|
@PostMapping({"/api/invoice/v1/deprecate", "/api/invoice/v1/deprecate/{identity}", "/invoice/deleteInvoice"}) |
|
|
|
public Object deprecateInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object deprecateInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -321,8 +321,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("作废发票结果查询")
|
|
|
|
// @ApiOperation("作废发票结果查询")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/deprecate_query", "/api/invoice/v1/deprecate_query/{identity}", "/invoice/deleteInvoiceQuery","/invoice/deprecate_query"}) |
|
|
|
@PostMapping({"/api/invoice/v1/deprecate_query", "/api/invoice/v1/deprecate_query/{identity}", "/invoice/deleteInvoiceQuery","/invoice/deprecate_query"}) |
|
|
|
public Object deprecateQueryInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object deprecateQueryInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -352,8 +352,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("红字信息表上传")
|
|
|
|
// @ApiOperation("红字信息表上传")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/upload_redinfo", "/api/invoice/v1/upload_redinfo/{identity}", "/invoice/redInvoiceApply"}) |
|
|
|
@PostMapping({"/api/invoice/v1/upload_redinfo", "/api/invoice/v1/upload_redinfo/{identity}", "/invoice/redInvoiceApply"}) |
|
|
|
public Object uploadRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object uploadRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -393,8 +393,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("红字信息表下载")
|
|
|
|
// @ApiOperation("红字信息表下载")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/download_redinfo", "/api/invoice/v1/download_redinfo/{identity}", "/invoice/redInvoiceDownload"}) |
|
|
|
@PostMapping({"/api/invoice/v1/download_redinfo", "/api/invoice/v1/download_redinfo/{identity}", "/invoice/redInvoiceDownload"}) |
|
|
|
public Object downloadRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object downloadRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -435,8 +435,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("发票推送接口")
|
|
|
|
// @ApiOperation("发票推送接口")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/push", "/api/invoice/v1/push/{identity}"}) |
|
|
|
@PostMapping({"/api/invoice/v1/push", "/api/invoice/v1/push/{identity}"}) |
|
|
|
public Object push(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object push(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -465,8 +465,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("发票批量打印接口")
|
|
|
|
// @ApiOperation("发票批量打印接口")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/batch_print", "/api/invoice/v1/batch_print/{identity}","/invoice/batch_print"}) |
|
|
|
@PostMapping({"/api/invoice/v1/batch_print", "/api/invoice/v1/batch_print/{identity}","/invoice/batch_print"}) |
|
|
|
public Object print(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object print(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -508,8 +508,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("打印机查询接口")
|
|
|
|
// @ApiOperation("打印机查询接口")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/printer_list", "/api/invoice/v1/printer_list/{identity}","/invoice/printer_list"}) |
|
|
|
@PostMapping({"/api/invoice/v1/printer_list", "/api/invoice/v1/printer_list/{identity}","/invoice/printer_list"}) |
|
|
|
public Object printer(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object printer(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -551,8 +551,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("发票签章")
|
|
|
|
// @ApiOperation("发票签章")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/sign_e_seal", "/api/invoice/v1/sign_e_seal/{identity}"}) |
|
|
|
@PostMapping({"/api/invoice/v1/sign_e_seal", "/api/invoice/v1/sign_e_seal/{identity}"}) |
|
|
|
public Object signESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object signESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -580,8 +580,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("发票专用章导入注册")
|
|
|
|
// @ApiOperation("发票专用章导入注册")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/register_e_seal", "/api/invoice/v1/register_e_seal/{identity}"}) |
|
|
|
@PostMapping({"/api/invoice/v1/register_e_seal", "/api/invoice/v1/register_e_seal/{identity}"}) |
|
|
|
public Object registerESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object registerESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -609,8 +609,8 @@ public class InvoiceController { |
|
|
|
@Validated |
|
|
|
@Validated |
|
|
|
// @ApiOperation("发票专用章图片生成")
|
|
|
|
// @ApiOperation("发票专用章图片生成")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/create_e_seal", "/api/invoice/v1/create_e_seal/{identity}"}) |
|
|
|
@PostMapping({"/api/invoice/v1/create_e_seal", "/api/invoice/v1/create_e_seal/{identity}"}) |
|
|
|
public Object createESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object createESeal(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -910,8 +910,8 @@ public class InvoiceController { |
|
|
|
// TODO: 2023/4/6 全电接口
|
|
|
|
// TODO: 2023/4/6 全电接口
|
|
|
|
// @ApiOperation("通用异步查询接口")
|
|
|
|
// @ApiOperation("通用异步查询接口")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/queryResultInfo/{identity}", "/api/invoice/v1/queryResultInfo"}) |
|
|
|
@PostMapping({"/api/invoice/v1/queryResultInfo/{identity}", "/api/invoice/v1/queryResultInfo"}) |
|
|
|
public Object queryResultInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object queryResultInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -945,8 +945,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("获取发票下载地址")
|
|
|
|
// @ApiOperation("获取发票下载地址")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/getFileUrl/{identity}", "/api/invoice/v1/getFileUrl"}) |
|
|
|
@PostMapping({"/api/invoice/v1/getFileUrl/{identity}", "/api/invoice/v1/getFileUrl"}) |
|
|
|
public Object getFileUrl(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object getFileUrl(HttpServletRequest request, String identity) throws Exception { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
@ -980,8 +980,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("全电文件获取")
|
|
|
|
// @ApiOperation("全电文件获取")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/getFileAcquisition/{identity}", "/api/invoice/v1/getFileAcquisition"}) |
|
|
|
@PostMapping({"/api/invoice/v1/getFileAcquisition/{identity}", "/api/invoice/v1/getFileAcquisition"}) |
|
|
|
public Object getFileAcquisition(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object getFileAcquisition(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
|
|
|
|
|
|
@ -1018,8 +1018,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("获取人脸识别二维码")
|
|
|
|
// @ApiOperation("获取人脸识别二维码")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/qrcode/{identity}", "/api/invoice/v1/qrcode"}) |
|
|
|
@PostMapping({"/api/invoice/v1/qrcode/{identity}", "/api/invoice/v1/qrcode"}) |
|
|
|
public Object qrcode(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object qrcode(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
|
|
|
|
|
|
@ -1054,8 +1054,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("发票查询")
|
|
|
|
// @ApiOperation("发票查询")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/query/{identity}", "/api/invoice/v1/query"}) |
|
|
|
@PostMapping({"/api/invoice/v1/query/{identity}", "/api/invoice/v1/query"}) |
|
|
|
public Object query(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object query(HttpServletRequest request, String identity) throws Exception { |
|
|
|
// query
|
|
|
|
// query
|
|
|
@ -1091,8 +1091,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("获取发票打印XML")
|
|
|
|
// @ApiOperation("获取发票打印XML")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/print_xml/{identity}", "/api/invoice/v1/print_xml"}) |
|
|
|
@PostMapping({"/api/invoice/v1/print_xml/{identity}", "/api/invoice/v1/print_xml"}) |
|
|
|
public Object printXmlml(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object printXmlml(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
|
|
|
|
|
|
@ -1128,8 +1128,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("快速红冲")
|
|
|
|
// @ApiOperation("快速红冲")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/issueFastRedInvoice/{identity}", "/api/invoice/v1/issueFastRedInvoice"}) |
|
|
|
@PostMapping({"/api/invoice/v1/issueFastRedInvoice/{identity}", "/api/invoice/v1/issueFastRedInvoice"}) |
|
|
|
public Object issueFastRedInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object issueFastRedInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
// issueFastRedInvoice
|
|
|
|
// issueFastRedInvoice
|
|
|
@ -1166,8 +1166,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("蓝字发票统计")
|
|
|
|
// @ApiOperation("蓝字发票统计")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/invoice_statistics/{identity}", "/api/invoice/v1/invoice_statistics"}) |
|
|
|
@PostMapping({"/api/invoice/v1/invoice_statistics/{identity}", "/api/invoice/v1/invoice_statistics"}) |
|
|
|
public Object invoiceStatistics(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object invoiceStatistics(HttpServletRequest request, String identity) throws Exception { |
|
|
|
// invoiceStatic
|
|
|
|
// invoiceStatic
|
|
|
@ -1202,8 +1202,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("审核红字信息表")
|
|
|
|
// @ApiOperation("审核红字信息表")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/auditRedInfo/{identity}", "/api/invoice/v1/auditRedInfo"}) |
|
|
|
@PostMapping({"/api/invoice/v1/auditRedInfo/{identity}", "/api/invoice/v1/auditRedInfo"}) |
|
|
|
public Object auditRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object auditRedInfo(HttpServletRequest request, String identity) throws Exception { |
|
|
|
// auditRedInfo
|
|
|
|
// auditRedInfo
|
|
|
@ -1240,8 +1240,8 @@ public class InvoiceController { |
|
|
|
|
|
|
|
|
|
|
|
// @ApiOperation("查询红字信息表明细")
|
|
|
|
// @ApiOperation("查询红字信息表明细")
|
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/queryRedInfoDetail/{identity}", "/api/invoice/v1/queryRedInfoDetail"}) |
|
|
|
@PostMapping({"/api/invoice/v1/queryRedInfoDetail/{identity}", "/api/invoice/v1/queryRedInfoDetail"}) |
|
|
|
public Object queryRedInfoDetail(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object queryRedInfoDetail(HttpServletRequest request, String identity) throws Exception { |
|
|
|
// auditRedInfo
|
|
|
|
// auditRedInfo
|
|
|
@ -1283,8 +1283,8 @@ public class InvoiceController { |
|
|
|
* @Return |
|
|
|
* @Return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
@ApiImplicitParam(name = "order", value = "请求体",dataType = "java.lang.Void", required = true)}) |
|
|
|
@PostMapping({"/api/invoice/v1/invoiceIncome/{identity}", "/api/invoice/v1/invoiceIncome"}) |
|
|
|
@PostMapping({"/api/invoice/v1/invoiceIncome/{identity}", "/api/invoice/v1/invoiceIncome"}) |
|
|
|
public Object invoiceIncome(HttpServletRequest request, String identity) throws Exception { |
|
|
|
public Object invoiceIncome(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
|
|
|
|
|
|
|