|
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
|
|
|
|
|
|
|
|
|
|
-@FeignClient(name = "fullcardserver-trx/project/paySetting")
|
|
|
|
|
|
|
+@FeignClient(name = "fullcardserver/project/paySetting")
|
|
|
public interface ProjectPaySettingFeignService {
|
|
public interface ProjectPaySettingFeignService {
|
|
|
|
|
|
|
|
@Operation(summary = "项目关联的微信支付配置", description = "项目关联的微信支付配置")
|
|
@Operation(summary = "项目关联的微信支付配置", description = "项目关联的微信支付配置")
|