organAccount.jsp
3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="${ctx }/resource/js/utils/jquery/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/user/pnr/organAccount.js?r=<%=Math.random()%>"></script>
<title>免费开户</title>
</head>
<body>
<form id="form1" action="http://mertest.chinapnr.com/asharp/merchantRequest">
<input type="hidden" name="version" id="version" />
<input type="hidden" name="cmd_id" id="cmd_id" />
<input type="hidden" name="mer_cust_id" id="mer_cust_id" />
<input type="hidden" name="apply_id" id="apply_id" />
<input type="hidden" name="order_date" id="order_date" />
<input type="hidden" name="order_id" id="order_id" />
<input type="hidden" name="operate_type" id="operate_type" />
<input type="hidden" name="corp_license_type" id="corp_license_type" />
<input type="hidden" name="corp_type" id="corp_type" />
<input type="hidden" name="corp_name" id="corp_name" />
<input type="hidden" name="business_code" id="business_code" />
<input type="hidden" name="institution_code" id="institution_code" />
<input type="hidden" name="tax_code" id="tax_code" />
<input type="hidden" name="license_start_date" id="license_start_date" />
<input type="hidden" name="license_end_date" id="license_end_date" />
<input type="hidden" name="corp_business_address" id="corp_business_address" />
<input type="hidden" name="corp_reg_address" id="corp_reg_address" />
<input type="hidden" name="corp_fixed_telephone" id="corp_fixed_telephone" />
<input type="hidden" name="business_scope" id="business_scope" />
<input type="hidden" name="controlling_shareholder" id="controlling_shareholder" />
<input type="hidden" name="legal_name" id="legal_name" />
<input type="hidden" name="legal_cert_type" id="legal_cert_type" />
<input type="hidden" name="legal_cert_id" id="legal_cert_id" />
<input type="hidden" name="legal_cert_start_date" id="legal_cert_start_date" />
<input type="hidden" name="legal_cert_end_date" id="legal_cert_end_date" />
<input type="hidden" name="legal_mobile" id="legal_mobile" />
<input type="hidden" name="contact_name" id="contact_name" />
<input type="hidden" name="contact_mobile" id="contact_mobile" />
<input type="hidden" name="contact_email" id="contact_email" />
<input type="hidden" name="bank_acct_name" id="bank_acct_name" />
<input type="hidden" name="bank_id" id="bank_id" />
<input type="hidden" name="bank_acct_no" id="bank_acct_no" />
<input type="hidden" name="bank_branch" id="bank_branch" />
<input type="hidden" name="bank_prov" id="bank_prov" />
<input type="hidden" name="bank_area" id="bank_area" />
<input type="hidden" name="bg_ret_url" id="bg_ret_url" />
<input type="hidden" name="check_value" id="check_value" />
</form>
</body>
</html>