|
|
|
@ -351,7 +351,7 @@ public class InvoiceController { |
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "java.lang.Void", example = "1130", required = true), |
|
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", dataType = "java.lang.Void", required = true)}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/queryRed", "/api/invoice/v1/queryRed/{identity}", "/invoice/queryRedInvoice"}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/queryRedInvoice", "/api/invoice/v1/queryRed/{identity}", "/invoice/queryRedInvoice"}) |
|
|
|
|
public Object queryReadInvoice(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|