Commit 29070a7b by 周晓航

修改feign调用失败 日志切面反射报错问题

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent a00a323a
...@@ -14,12 +14,7 @@ package cn.freemud.service.thirdparty; ...@@ -14,12 +14,7 @@ package cn.freemud.service.thirdparty;
import cn.freemud.annotations.LogIgnoreFeign; import cn.freemud.annotations.LogIgnoreFeign;
import cn.freemud.base.entity.BaseResponse; import cn.freemud.base.entity.BaseResponse;
import cn.freemud.entities.dto.activity.ActivityRequestCommon; import cn.freemud.entities.dto.activity.*;
import cn.freemud.entities.dto.activity.CheckAndJoinResponse;
import cn.freemud.entities.dto.activity.PayGiftCheckAndJoinResponseDto;
import cn.freemud.entities.dto.activity.PayGiftCheckAndJoinResponseDtoNew;
import cn.freemud.entities.dto.activity.PayGiftCheckAndJoinResponseObj;
import cn.freemud.entities.dto.activity.PayGitCheckAndJoinRequestDto;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
...@@ -52,7 +47,7 @@ public interface ActivityApplicationClient { ...@@ -52,7 +47,7 @@ public interface ActivityApplicationClient {
*/ */
@LogIgnoreFeign(logMessage="checkAndJoin") @LogIgnoreFeign(logMessage="checkAndJoin")
@PostMapping("/promotionActivity/evaluate/checkAndJoin") @PostMapping("/promotionActivity/evaluate/checkAndJoin")
public BaseResponse<CheckAndJoinResponse> checkAndJoin(@RequestBody ActivityRequestCommon requestVo); public BaseResponse<CheckAndJoinResponse> checkAndJoin(@RequestBody CheckAndJoinRequest requestVo);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment