style(MemberFeignClient.java): 删除空行

This commit is contained in:
郝先瑞 2022-02-27 10:41:53 +08:00
parent 6fc05350e1
commit 62a00486e5

View File

@ -39,7 +39,6 @@ public interface MemberFeignClient {
@PostMapping("/app-api/v1/members/view/history") @PostMapping("/app-api/v1/members/view/history")
<T> Result<T> addProductViewHistory(@RequestBody ProductHistoryVO product); <T> Result<T> addProductViewHistory(@RequestBody ProductHistoryVO product);
/** /**
* 根据openId获取会员认证信息 * 根据openId获取会员认证信息
* *