This commit is contained in:
Lemon
2023-07-17 16:05:01 +08:00
5 changed files with 9 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ public class AdapayMemberController extends BaseController {
logger.error("创建结算账户接口error", e);
result = AjaxResult.error("创建结算账户接口异常:" + e.getMessage());
}
logger.info("创建结算账户接口 result:{}", JSON.toJSONString(result));
return result;
}
/**