From 20001a775126c1be95a2b84cebb8813a54608712 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 15 八月 2023 14:42:27 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-interface/src/main/java/com/java110/intf/store/IPurchaseApi.java | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/store/IPurchaseApi.java b/java110-interface/src/main/java/com/java110/intf/store/IPurchaseApi.java
index a28fa0d..dd2feb8 100755
--- a/java110-interface/src/main/java/com/java110/intf/store/IPurchaseApi.java
+++ b/java110-interface/src/main/java/com/java110/intf/store/IPurchaseApi.java
@@ -2,17 +2,13 @@
import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.user.StaffDto;
-import com.java110.dto.workflow.WorkflowDto;
-import com.java110.vo.api.staff.ApiStaffDataVo;
import org.springframework.cloud.openfeign.FeignClient;
-import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* 閲囪喘鐢宠绫�
*/
-@FeignClient(name = "${java110.store-service}", configuration = {FeignConfiguration.class})
+@FeignClient(name = "store-service", configuration = {FeignConfiguration.class})
@RequestMapping("/purchase")
public interface IPurchaseApi {
--
Gitblit v1.8.0