还原相关错误提交

This commit is contained in:
liyj 2025-07-01 14:42:37 +08:00
parent 96620ba505
commit a87dab9a3e

View File

@ -16,7 +16,7 @@ import java.util.Map;
* 认证服务远程调用 * 认证服务远程调用
* Created by Xinze on 2020/7/19. * Created by Xinze on 2020/7/19.
*/ */
@FeignClient(value = "mall-account",url = "http://localhost:8088") @FeignClient("mall-account")
public interface AccountService { public interface AccountService {
@GetMapping(value = "/admin/account/accountController/getUserBase") @GetMapping(value = "/admin/account/accountController/getUserBase")