|
|
|
@ -1057,7 +1057,7 @@ public class InvoiceController { |
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
@ApiImplicitParam(name = "identity", value = "身份认证", dataType = "string", example = "1130", required = true), |
|
|
|
|
@ApiImplicitParam(name = "order", value = "请求体", required = true)}) |
|
|
|
|
@PostMapping({"/api/invoice1/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 { |
|
|
|
|
// query
|
|
|
|
|
|
|
|
|
|