去掉短信接口client的url地址

This commit is contained in:
liuh
2021-11-18 16:50:51 +08:00
parent 24efaaa6f0
commit f5cc95423e

View File

@ -9,7 +9,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@FeignClient(value = "${mconfig.feign.name.notification}", url = "10.242.31.158:8806/notification", fallbackFactory = NotificationFeignFallbackFactory.class)
@FeignClient(value = "${mconfig.feign.name.notification}", fallbackFactory = NotificationFeignFallbackFactory.class)
public interface NotificationFeignClient {
@ApiOperation("短信通知")