保证金协议书查询系统 - 在线查看您的协议
保证金协议书查询系统
本系统提供便捷的保证金协议书查询功能,支持个人用户和企业用户查询。
使用方法:
- 登录系统并输入您的用户名和验证码。
- 系统将根据您的用户类型(个人或企业)自动跳转到相应的协议查询页面。
- 在查询页面,您可以查看您的保证金协议书相关信息。
注意:
- 登录超时或验证码错误将导致无法查询协议书。
- 若用户名不存在,请确认您输入的用户名是否正确。
示例代码:
// 投资者
if (BizConstants.INVESTOR.equals(userType)) {
// 查询用户保证金协议书
response.getWriter().write("<script>window.location.href='" + request.getContextPath() + "/agreement/user/searchUserDepositAgreement.html?userId=" + userId + "&userType=" + userType + "'</script>");
} else {
// 查询企业保证金协议书
response.getWriter().write("<script>window.location.href='" + request.getContextPath() + "/agreement/company/searchCompanyDepositAgreement.html?userId=" + userId + "&userType=" + userType + "'</script>");
}
联系我们:
如果您有任何疑问或需要帮助,请联系我们的客服人员。
原文地址: https://www.cveoy.top/t/topic/lmrq 著作权归作者所有。请勿转载和采集!