Merge branch 'uat-v2' into 'uat'

Uat v2

See merge request eshop/biz_service_ebtp_extend!71
This commit is contained in:
付庆吉
2022-01-06 09:06:40 +08:00

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.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; 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 { public interface NotificationFeignClient {
@ApiOperation("短信通知") @ApiOperation("短信通知")