From a20310f135ebf1c8ccff2b619f3eff3d704436a0 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 08 十二月 2022 13:12:03 +0800
Subject: [PATCH] Merge branch 'xinghong-dev' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-interface/src/main/java/com/java110/intf/acct/IAccountWithdrawalApplyInnerServiceSMO.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/acct/IAccountWithdrawalApplyInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/acct/IAccountWithdrawalApplyInnerServiceSMO.java
index efcdab5..863363c 100644
--- a/java110-interface/src/main/java/com/java110/intf/acct/IAccountWithdrawalApplyInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/acct/IAccountWithdrawalApplyInnerServiceSMO.java
@@ -19,7 +19,7 @@
* @Version 1.0
* add by wuxw 2019/4/24
**/
-@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/accountWithdrawalApplyApi")
public interface IAccountWithdrawalApplyInnerServiceSMO {
@@ -60,7 +60,7 @@
* @return AccountWithdrawalApplyDto 瀵硅薄鏁版嵁
*/
@RequestMapping(value = "/listStateWithdrawalApplys", method = RequestMethod.POST)
- List<AccountWithdrawalApplyDto> listStateWithdrawalApplys(@RequestParam String [] states, int page, int row);
+ List<AccountWithdrawalApplyDto> listStateWithdrawalApplys(@RequestParam String [] states);
/**
* 鏌ヨ<p>灏忓尯妤�</p>鎬昏褰曟暟
*
--
Gitblit v1.8.0