Commit 37a2f872 authored by hezhuozhi's avatar hezhuozhi

Merge remote-tracking branch 'origin/developer' into developer

parents 6e105493 779ac0bc
...@@ -55,7 +55,7 @@ public class HygfIcbcController extends BaseController { ...@@ -55,7 +55,7 @@ public class HygfIcbcController extends BaseController {
} }
/** /**
* 获取电子钱包信息 * 从工行获取电子钱包信息
* @param req * @param req
* @param resp * @param resp
* @return * @return
...@@ -93,6 +93,13 @@ public class HygfIcbcController extends BaseController { ...@@ -93,6 +93,13 @@ public class HygfIcbcController extends BaseController {
} }
@TycloudOperation (ApiLevel = UserType.AGENCY) @TycloudOperation (ApiLevel = UserType.AGENCY)
@GetMapping (value = "/getWalletInfo/{userId}")
@ApiOperation (httpMethod = "GET", value = "根据农户userId查询注册电子钱包", notes = "注册电子钱包")
public ResponseModel<JftApiUserEntrustopenacctQueryResponseV1> getHygfIcbcWalletInfo(@PathVariable String userId) {
return ResponseHelper.buildResponse(hygfIcbcService.getHygfIcbcWalletInfo(userId));
}
@TycloudOperation (ApiLevel = UserType.AGENCY)
@GetMapping (value = "/list") @GetMapping (value = "/list")
@ApiOperation (httpMethod = "GET", value = "聚富通电子钱包列表查询", notes = "聚富通电子钱包列表查询") @ApiOperation (httpMethod = "GET", value = "聚富通电子钱包列表查询", notes = "聚富通电子钱包列表查询")
@UserLimits @UserLimits
......
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