Commit c70abd7b by 程裕兵

feat:api

parent 716ab0fe
...@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.PostMapping;
* @author chengyubing * @author chengyubing
* @since 2024/2/29 10:41 * @since 2024/2/29 10:41
*/ */
@FeignClient(name = "FINANCE", url = "${rpc.url.fit-finance:http://app-fit-finance:7007}", fallbackFactory = BrandCashierApiFallback.class) @FeignClient(name = "FINANCE", url = "${rpc.url.fit-finance:http://app-fit-finance:7008}", fallbackFactory = BrandCashierApiFallback.class)
public interface BrandCashierApi { public interface BrandCashierApi {
String TAG = "金融-品牌收银管理"; String TAG = "金融-品牌收银管理";
......
...@@ -28,7 +28,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -28,7 +28,7 @@ import org.springframework.web.bind.annotation.PostMapping;
* @author chengyubing * @author chengyubing
* @since 2024/2/22 11:49 * @since 2024/2/22 11:49
*/ */
@FeignClient(name = "FINANCE", url = "${rpc.url.fit-finance:http://app-fit-finance:7007}", fallbackFactory = BrandMerchantApiFallback.class) @FeignClient(name = "FINANCE", url = "${rpc.url.fit-finance:http://app-fit-finance:7008}", fallbackFactory = BrandMerchantApiFallback.class)
public interface BrandMerchantApi { public interface BrandMerchantApi {
String TAG = "金融-品牌商户管理"; String TAG = "金融-品牌商户管理";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment