|
@@ -32,7 +32,7 @@ public class SettleAccountService {
|
|
|
settleCountParams.put("member_id", accountInfo.getMemberId());
|
|
|
settleCountParams.put("app_id", appId);
|
|
|
settleCountParams.put("channel", "bank_account");
|
|
|
- settleCountParams.put("account_info", accountInfo);
|
|
|
+ settleCountParams.put("account_info", accountInfoMap);
|
|
|
try {
|
|
|
Map<String, Object> resp = com.huifu.adapay.model.SettleAccount.create(settleCountParams, merchantKey);
|
|
|
if (StringUtils.equals("succeeded", resp.get("status").toString())) {
|