@ -304,7 +304,7 @@ public interface UserFeignClient {
* @Description 用户认证审核历史
* @Date 2019/11/22 13:17
**/
@GetMapping("app-user/epdc-app/userauthenticatehistory/authenticateHistory")
@GetMapping("app-user/userauthenticatehistory/authenticateHistory")
Result<List<EpdcAuthenticateHistoryResultDTO>> authenticateHistory(EpdcAuthenticateHistoryFormDTO formDTO);
/**