新增店铺会员功能
This commit is contained in:
parent
48eade3405
commit
7006a2e32a
@ -32,7 +32,7 @@ import java.util.Map;
|
|||||||
/**
|
/**
|
||||||
* 认证服务远程调用
|
* 认证服务远程调用
|
||||||
*/
|
*/
|
||||||
@FeignClient(value = "mall-shop",url = "localhost:8089")
|
@FeignClient(value = "mall-shop")
|
||||||
public interface ShopService {
|
public interface ShopService {
|
||||||
|
|
||||||
@PostMapping(value = "/admin/shop/shopController/deletePlantformUserByUid")
|
@PostMapping(value = "/admin/shop/shopController/deletePlantformUserByUid")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user