|
|
|
@ -1668,7 +1668,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/getRpaAuthStatus/{identity}", "/api/invoice/v1/getRpaAuthStatus"}) |
|
|
|
|
@PostMapping({"/api/invoice/v1/queryRpaTaxAccount/{identity}", "/api/invoice/v1/queryRpaTaxAccount"}) |
|
|
|
|
public Object queryRpaTaxAccount(HttpServletRequest request, String identity) throws Exception { |
|
|
|
|
if (StringUtils.isEmpty(identity)) { |
|
|
|
|
return AjaxResult.error(ErrorCode.EMPTY_IDENTITY); |
|
|
|
|