You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

3 years ago
const idNumber = '441356199611035698'
const birthday = '1996-11-03'
const userName = '小白'
const capital = 100
const peopleNumber = '111222'
const voucherNumber = (() => {
const $chars = '1234567890';
const maxPos = $chars.length;
let str = '';
for (let i = 0; i < 8; i++) {
str += $chars.charAt(Math.floor(Math.random() * maxPos));
}
return '6227' + str;
})()
const sex = 1 // 1为男,2为女。
3 years ago
const t = {
3 years ago
peopleNumber,
userName,
idType: 83,
idNumber,//证件号码
3 years ago
sex,//性别 1为男,
birthday,//出生日期
// nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址
voucherNumber,
currency:12,
goldLogo:13,
serviceCharge:'0.00',
drawWay:18,
interest: '0.1',
balance: 666,
depositNumber: '0912',
capital, // 不知道是多少
withdrawType: 124, // 支取类别
withdrawWay: 125, // 支取方式
withdrawType: 124, // 支取类别
withdrawWay: 126, // 支取方式
depositTerm: 86,
monthDeposit: 100,
signDate: '2001-03-01',
depositType: 92,
3 years ago
voucherType: 123,
noticeType: 95,
payType: 13,
payMoney: 102.8,
'corporateClient': false,
}