还原相关错误提交
This commit is contained in:
parent
96620ba505
commit
a87dab9a3e
@ -16,7 +16,7 @@ import java.util.Map;
|
||||
* 认证服务远程调用
|
||||
* Created by Xinze on 2020/7/19.
|
||||
*/
|
||||
@FeignClient(value = "mall-account",url = "http://localhost:8088")
|
||||
@FeignClient("mall-account")
|
||||
public interface AccountService {
|
||||
|
||||
@GetMapping(value = "/admin/account/accountController/getUserBase")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user