|
|
|
@ -324,7 +324,7 @@ public class InvoiceController { |
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/deprecate_query", "/api/invoice/v1/deprecate_query/{identity}", "/invoice/deleteInvoiceQuery"}) |
|
|
|
|
@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 { |
|
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
|
return AjaxResult.error(ErrorCode.EMPTY_IDENTITY); |
|
|
|
@ -468,7 +468,7 @@ public class InvoiceController { |
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/batch_print", "/api/invoice/v1/batch_print/{identity}"}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/batch_print", "/api/invoice/v1/batch_print/{identity}","/invoice/batch_print"}) |
|
|
|
|
public Object print(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
|
return AjaxResult.error(ErrorCode.EMPTY_IDENTITY); |
|
|
|
@ -511,7 +511,7 @@ public class InvoiceController { |
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/printer_list", "/api/invoice/v1/printer_list/{identity}"}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/printer_list", "/api/invoice/v1/printer_list/{identity}","/invoice/printer_list"}) |
|
|
|
|
public Object printer(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
|
return AjaxResult.error(ErrorCode.EMPTY_IDENTITY); |
|
|
|
|