Commit dd13617c by 程裕兵

feat:api

parent 75286027
...@@ -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 = BrandMerchantApi.class) @FeignClient(name = "FINANCE", url = "${rpc.url.fit-finance:http://app-fit-finance:7007}", 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