Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init
This commit is contained in:
commit
19355220df
|
@ -15,7 +15,7 @@ export const deposits = [
|
||||||
processDate: '000-0-0 0:0',
|
processDate: '000-0-0 0:0',
|
||||||
deposit: 41200000,
|
deposit: 41200000,
|
||||||
withdraw: 19000000,
|
withdraw: 19000000,
|
||||||
total: 22200000,
|
totalMoney: 22200000,
|
||||||
gameMoney: 67131,
|
gameMoney: 67131,
|
||||||
highRank: '[매장]kgon5',
|
highRank: '[매장]kgon5',
|
||||||
state: '신청',
|
state: '신청',
|
||||||
|
@ -34,7 +34,7 @@ export const deposits = [
|
||||||
processDate: '2022-06-13 12:58',
|
processDate: '2022-06-13 12:58',
|
||||||
deposit: 200000,
|
deposit: 200000,
|
||||||
withdraw: 0,
|
withdraw: 0,
|
||||||
total: 200000,
|
totalMoney: 200000,
|
||||||
gameMoney: 0,
|
gameMoney: 0,
|
||||||
highRank: '[매장]on04',
|
highRank: '[매장]on04',
|
||||||
state: '완료',
|
state: '완료',
|
||||||
|
@ -53,7 +53,7 @@ export const deposits = [
|
||||||
processDate: '2022-06-13 12:57',
|
processDate: '2022-06-13 12:57',
|
||||||
deposit: 200000,
|
deposit: 200000,
|
||||||
withdraw: 0,
|
withdraw: 0,
|
||||||
total: 200000,
|
totalMoney: 200000,
|
||||||
gameMoney: 0,
|
gameMoney: 0,
|
||||||
highRank: '[매장]on04',
|
highRank: '[매장]on04',
|
||||||
state: '완료',
|
state: '완료',
|
||||||
|
|
|
@ -9,7 +9,7 @@ export const partnerCalculates = [
|
||||||
partnerDepositRank: '본사',
|
partnerDepositRank: '본사',
|
||||||
nameOfDepositer: '본사',
|
nameOfDepositer: '본사',
|
||||||
partnerDepositAmountOfPayment: 50000,
|
partnerDepositAmountOfPayment: 50000,
|
||||||
partnerDepositRegistrationDate: '2022-05-18 13:05',
|
partnerDepositregistrationDate: '2022-05-18 13:05',
|
||||||
partnerDepositConfirmDate: '2022-05-18 13:05',
|
partnerDepositConfirmDate: '2022-05-18 13:05',
|
||||||
|
|
||||||
partnerWithdrawIdx: 1,
|
partnerWithdrawIdx: 1,
|
||||||
|
@ -18,7 +18,7 @@ export const partnerCalculates = [
|
||||||
partnerWithdrawRank: '본사',
|
partnerWithdrawRank: '본사',
|
||||||
accountHolder: '국민은행 예금주본사 89898989898989898989',
|
accountHolder: '국민은행 예금주본사 89898989898989898989',
|
||||||
partnerWithdrawAmountOfPayment: 70000,
|
partnerWithdrawAmountOfPayment: 70000,
|
||||||
partnerWithdrawRegistrationDate: '2022-05-18 13:05',
|
partnerWithdrawregistrationDate: '2022-05-18 13:05',
|
||||||
partnerWithdrawConfirmDate: '2022-05-18 13:05',
|
partnerWithdrawConfirmDate: '2022-05-18 13:05',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -29,7 +29,7 @@ export const partnerCalculates = [
|
||||||
partnerDepositRank: '총판',
|
partnerDepositRank: '총판',
|
||||||
nameOfDepositer: '총판',
|
nameOfDepositer: '총판',
|
||||||
partnerDepositAmountOfPayment: 500000,
|
partnerDepositAmountOfPayment: 500000,
|
||||||
partnerDepositRegistrationDate: '2022-05-17 21:46',
|
partnerDepositregistrationDate: '2022-05-17 21:46',
|
||||||
partnerDepositConfirmDate: '2022-05-17 21:46',
|
partnerDepositConfirmDate: '2022-05-17 21:46',
|
||||||
|
|
||||||
partnerWithdrawIdx: 2,
|
partnerWithdrawIdx: 2,
|
||||||
|
@ -38,7 +38,7 @@ export const partnerCalculates = [
|
||||||
partnerWithdrawRank: '총판',
|
partnerWithdrawRank: '총판',
|
||||||
accountHolder: '국민은행 예금주총판 0430440404040040',
|
accountHolder: '국민은행 예금주총판 0430440404040040',
|
||||||
partnerWithdrawAmountOfPayment: 100000,
|
partnerWithdrawAmountOfPayment: 100000,
|
||||||
partnerWithdrawRegistrationDate: '2022-05-17 21:46',
|
partnerWithdrawregistrationDate: '2022-05-17 21:46',
|
||||||
partnerWithdrawConfirmDate: '2022-05-17 21:46',
|
partnerWithdrawConfirmDate: '2022-05-17 21:46',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -9,18 +9,18 @@ export const webCalculates = [
|
||||||
webDepositRank: '회원',
|
webDepositRank: '회원',
|
||||||
nameOfDepositer: '가가가',
|
nameOfDepositer: '가가가',
|
||||||
webDepositAmountOfPayment: 100000,
|
webDepositAmountOfPayment: 100000,
|
||||||
webDepositRegistrationDate: '2022-06-13 12:57',
|
webDepositregistrationDate: '2022-06-13 12:57',
|
||||||
webDepositConfirmDate: '2022-06-13 12:58',
|
webDepositConfirmDate: '2022-06-13 12:58',
|
||||||
|
|
||||||
webWithdrawIdx: 1,
|
webWithdrawIdx: 1,
|
||||||
webWithdrawId: 'aa100',
|
webWithdrawId: 'aa100',
|
||||||
webWithdrawNickname: 'aa100',
|
webWithdrawNickname: 'aa100',
|
||||||
webWithdrawRank: '회원',
|
webWithdrawRank: '회원',
|
||||||
nameOfBank: '광주은행',
|
bankName: '광주은행',
|
||||||
accountHolder: '예금주',
|
accountHolder: '예금주',
|
||||||
accountNumber: '2222229999-222',
|
accountNumber: '2222229999-222',
|
||||||
webWithdrawAmountOfPayment: 5000000,
|
webWithdrawAmountOfPayment: 5000000,
|
||||||
webWithdrawRegistrationDate: '2022-06-08 18:31',
|
webWithdrawregistrationDate: '2022-06-08 18:31',
|
||||||
webWithdrawConfirmDate: '2022-06-12 20:13',
|
webWithdrawConfirmDate: '2022-06-12 20:13',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@ export const webCalculates = [
|
||||||
webDepositRank: '회원',
|
webDepositRank: '회원',
|
||||||
nameOfDepositer: '가가가',
|
nameOfDepositer: '가가가',
|
||||||
webDepositAmountOfPayment: 100000,
|
webDepositAmountOfPayment: 100000,
|
||||||
webDepositRegistrationDate: '2022-06-13 12:56',
|
webDepositregistrationDate: '2022-06-13 12:56',
|
||||||
webDepositConfirmDate: '2022-06-13 12:57',
|
webDepositConfirmDate: '2022-06-13 12:57',
|
||||||
|
|
||||||
webWithdrawIdx: 2,
|
webWithdrawIdx: 2,
|
||||||
|
@ -40,7 +40,7 @@ export const webCalculates = [
|
||||||
webWithdrawRank: '회원',
|
webWithdrawRank: '회원',
|
||||||
accountHolder: '광주은행 예금주22 565656565656',
|
accountHolder: '광주은행 예금주22 565656565656',
|
||||||
webWithdrawAmountOfPayment: 14000000,
|
webWithdrawAmountOfPayment: 14000000,
|
||||||
webWithdrawRegistrationDate: '2022-06-10 18:31',
|
webWithdrawregistrationDate: '2022-06-10 18:31',
|
||||||
webWithdrawConfirmDate: '2022-06-10 20:13',
|
webWithdrawConfirmDate: '2022-06-10 20:13',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,7 +5,7 @@ export const withdraws = [
|
||||||
rank: '회원',
|
rank: '회원',
|
||||||
id: 'aa100',
|
id: 'aa100',
|
||||||
nickname: 'aa100',
|
nickname: 'aa100',
|
||||||
applicationForCurrencyExchange: 14000000,
|
exchangeApplicationAmount: 14000000,
|
||||||
calculateType: '롤링',
|
calculateType: '롤링',
|
||||||
accountHolder: '광주은행121212121212sss',
|
accountHolder: '광주은행121212121212sss',
|
||||||
note: '@',
|
note: '@',
|
||||||
|
@ -13,7 +13,7 @@ export const withdraws = [
|
||||||
processDate: '2022-06-10 16:51',
|
processDate: '2022-06-10 16:51',
|
||||||
deposit: 41200000,
|
deposit: 41200000,
|
||||||
withdraw: 19000000,
|
withdraw: 19000000,
|
||||||
total: 22200000,
|
totalMoney: 22200000,
|
||||||
highRank: '[매장]kgon5',
|
highRank: '[매장]kgon5',
|
||||||
state: '완료',
|
state: '완료',
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@ export const withdraws = [
|
||||||
rank: '회원',
|
rank: '회원',
|
||||||
id: 'aa100',
|
id: 'aa100',
|
||||||
nickname: 'aa100',
|
nickname: 'aa100',
|
||||||
applicationForCurrencyExchange: 5000000,
|
exchangeApplicationAmount: 5000000,
|
||||||
calculateType: '롤링',
|
calculateType: '롤링',
|
||||||
accountHolder: '광주은행121212121212sss',
|
accountHolder: '광주은행121212121212sss',
|
||||||
note: '@',
|
note: '@',
|
||||||
|
@ -29,7 +29,7 @@ export const withdraws = [
|
||||||
processDate: '2022-06-08 20:13',
|
processDate: '2022-06-08 20:13',
|
||||||
deposit: 41200000,
|
deposit: 41200000,
|
||||||
withdraw: 19000000,
|
withdraw: 19000000,
|
||||||
total: 22200000,
|
totalMoney: 22200000,
|
||||||
highRank: '[매장]kgon5',
|
highRank: '[매장]kgon5',
|
||||||
state: '완료',
|
state: '완료',
|
||||||
},
|
},
|
||||||
|
@ -37,7 +37,7 @@ export const withdraws = [
|
||||||
rank: '회원',
|
rank: '회원',
|
||||||
id: 'qwer12',
|
id: 'qwer12',
|
||||||
nickname: '하하하',
|
nickname: '하하하',
|
||||||
applicationForCurrencyExchange: 10000,
|
exchangeApplicationAmount: 10000,
|
||||||
calculateType: '롤링',
|
calculateType: '롤링',
|
||||||
accountHolder: '하나은행000210654151테스트',
|
accountHolder: '하나은행000210654151테스트',
|
||||||
note: '',
|
note: '',
|
||||||
|
@ -45,7 +45,7 @@ export const withdraws = [
|
||||||
processDate: '2022-06-08 01:22',
|
processDate: '2022-06-08 01:22',
|
||||||
deposit: 10000000,
|
deposit: 10000000,
|
||||||
withdraw: 10000,
|
withdraw: 10000,
|
||||||
total: 9990000,
|
totalMoney: 9990000,
|
||||||
highRank: '[매장]kgon5',
|
highRank: '[매장]kgon5',
|
||||||
state: '완료',
|
state: '완료',
|
||||||
},
|
},
|
||||||
|
|
|
@ -60,7 +60,7 @@ export const evolutions = [
|
||||||
commissionRate: '0.70',
|
commissionRate: '0.70',
|
||||||
point: '56.00P',
|
point: '56.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -122,7 +122,7 @@ export const evolutions = [
|
||||||
commissionRate: '0.70',
|
commissionRate: '0.70',
|
||||||
point: '35.00P',
|
point: '35.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -179,7 +179,7 @@ export const evolutions = [
|
||||||
commissionRate: '1.50',
|
commissionRate: '1.50',
|
||||||
point: '12.00P',
|
point: '12.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ export const slots = [
|
||||||
commissionRate: '1.50',
|
commissionRate: '1.50',
|
||||||
point: '12.00P',
|
point: '12.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -82,7 +82,7 @@ export const slots = [
|
||||||
commissionRate: '1.50',
|
commissionRate: '1.50',
|
||||||
point: '12.00P',
|
point: '12.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -124,7 +124,7 @@ export const slots = [
|
||||||
commissionRate: '1.50',
|
commissionRate: '1.50',
|
||||||
point: '12.00P',
|
point: '12.00P',
|
||||||
},
|
},
|
||||||
bettingRegistDate: '2022-06-20 11:43:37',
|
bettingregistrationDate: '2022-06-20 11:43:37',
|
||||||
registrationDate: '2022-06-20 11:43:37',
|
registrationDate: '2022-06-20 11:43:37',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -15,8 +15,8 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 50000,
|
takeCouponChangeMoney: 50000,
|
||||||
takeCouponAfterMoney: 50000,
|
takeCouponAfterMoney: 50000,
|
||||||
couponContents: '오링쿠폰',
|
couponContents: '오링쿠폰',
|
||||||
giveCouponRegistrationDate: '2022-06-12 16:22',
|
giveCouponregistrationDate: '2022-06-12 16:22',
|
||||||
takeCouponRegistrationDate: '2022-06-12 16:22',
|
takeCouponregistrationDate: '2022-06-12 16:22',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '00b0292f-3d50-4669-a0c4-7a9d85efc98d',
|
id: '00b0292f-3d50-4669-a0c4-7a9d85efc98d',
|
||||||
|
@ -32,8 +32,8 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 50000,
|
takeCouponChangeMoney: 50000,
|
||||||
takeCouponAfterMoney: 50000,
|
takeCouponAfterMoney: 50000,
|
||||||
couponContents: '쿠폰테스스',
|
couponContents: '쿠폰테스스',
|
||||||
giveCouponRegistrationDate: '2022-06-12 16:22',
|
giveCouponregistrationDate: '2022-06-12 16:22',
|
||||||
takeCouponRegistrationDate: '2022-06-12 16:22',
|
takeCouponregistrationDate: '2022-06-12 16:22',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
||||||
|
@ -49,8 +49,8 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 30000,
|
takeCouponChangeMoney: 30000,
|
||||||
takeCouponAfterMoney: 0,
|
takeCouponAfterMoney: 0,
|
||||||
couponContents: '쿠폰테스스',
|
couponContents: '쿠폰테스스',
|
||||||
giveCouponRegistrationDate: '2022-06-04 16:17',
|
giveCouponregistrationDate: '2022-06-04 16:17',
|
||||||
takeCouponRegistrationDate: '2022-06-04 16:17',
|
takeCouponregistrationDate: '2022-06-04 16:17',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
||||||
|
@ -66,8 +66,8 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 100000,
|
takeCouponChangeMoney: 100000,
|
||||||
takeCouponAfterMoney: 0,
|
takeCouponAfterMoney: 0,
|
||||||
couponContents: '쿠폰테스스',
|
couponContents: '쿠폰테스스',
|
||||||
giveCouponRegistrationDate: '2022-06-12 16:17',
|
giveCouponregistrationDate: '2022-06-12 16:17',
|
||||||
takeCouponRegistrationDate: '2022-06-12 16:17',
|
takeCouponregistrationDate: '2022-06-12 16:17',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
||||||
|
@ -83,8 +83,8 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 50000,
|
takeCouponChangeMoney: 50000,
|
||||||
takeCouponAfterMoney: 0,
|
takeCouponAfterMoney: 0,
|
||||||
couponContents: '쿠폰테스스',
|
couponContents: '쿠폰테스스',
|
||||||
giveCouponRegistrationDate: '2022-06-12 16:17',
|
giveCouponregistrationDate: '2022-06-12 16:17',
|
||||||
takeCouponRegistrationDate: '2022-06-12 16:17',
|
takeCouponregistrationDate: '2022-06-12 16:17',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
id: 'b899ec30-b85a-40ab-bb1f-18a596d5c6de',
|
||||||
|
@ -100,7 +100,7 @@ export const couponMoneyLogs = [
|
||||||
takeCouponChangeMoney: 50000,
|
takeCouponChangeMoney: 50000,
|
||||||
takeCouponAfterMoney: 0,
|
takeCouponAfterMoney: 0,
|
||||||
couponContents: '쿠폰테스스',
|
couponContents: '쿠폰테스스',
|
||||||
giveCouponRegistrationDate: '2022-06-12 16:17',
|
giveCouponregistrationDate: '2022-06-12 16:17',
|
||||||
takeCouponRegistrationDate: '2022-06-12 16:17',
|
takeCouponregistrationDate: '2022-06-12 16:17',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -22,7 +22,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -49,7 +49,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-11 15:38',
|
registrationDate: '2022-06-11 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -76,7 +76,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-10 15:38',
|
registrationDate: '2022-06-10 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -103,7 +103,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-10 15:38',
|
registrationDate: '2022-06-10 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -131,7 +131,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-10 15:38',
|
registrationDate: '2022-06-10 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -159,7 +159,7 @@ export const partnerBranchs = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-10 15:38',
|
registrationDate: '2022-06-10 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -21,7 +21,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '8',
|
state: '8',
|
||||||
|
@ -47,7 +47,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -73,7 +73,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -99,7 +99,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -125,7 +125,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -151,7 +151,7 @@ export const partnerDivisions = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -22,7 +22,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -48,7 +48,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-08 01:35',
|
registrationDate: '2022-06-08 01:35',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -74,7 +74,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -100,7 +100,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -126,7 +126,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -152,7 +152,7 @@ export const partnerMainoffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -20,7 +20,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -45,7 +45,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -70,7 +70,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -95,7 +95,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -120,7 +120,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -145,7 +145,7 @@ export const partnerOffices = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -24,7 +24,7 @@ export const partnerStores = [
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
ip: '',
|
ip: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -25,7 +25,7 @@ export const partners = [
|
||||||
bottomExchange: 19970000,
|
bottomExchange: 19970000,
|
||||||
ownRevenue: 360000,
|
ownRevenue: 360000,
|
||||||
bottomRevenue: 34050000,
|
bottomRevenue: 34050000,
|
||||||
registDate: '2021-10-14 10:53',
|
registrationDate: '2021-10-14 10:53',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -52,7 +52,7 @@ export const partners = [
|
||||||
bottomExchange: 0,
|
bottomExchange: 0,
|
||||||
ownRevenue: 0,
|
ownRevenue: 0,
|
||||||
bottomRevenue: 1000000,
|
bottomRevenue: 1000000,
|
||||||
registDate: '2022-04-22 18:55',
|
registrationDate: '2022-04-22 18:55',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -79,7 +79,7 @@ export const partners = [
|
||||||
bottomExchange: 0,
|
bottomExchange: 0,
|
||||||
ownRevenue: 0,
|
ownRevenue: 0,
|
||||||
bottomRevenue: 9550000,
|
bottomRevenue: 9550000,
|
||||||
registDate: '2022-04-23 01:06',
|
registrationDate: '2022-04-23 01:06',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -106,7 +106,7 @@ export const partners = [
|
||||||
bottomExchange: 0,
|
bottomExchange: 0,
|
||||||
ownRevenue: 0,
|
ownRevenue: 0,
|
||||||
bottomRevenue: 21000000,
|
bottomRevenue: 21000000,
|
||||||
registDate: '2022-06-08 01:35',
|
registrationDate: '2022-06-08 01:35',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -133,7 +133,7 @@ export const partners = [
|
||||||
bottomExchange: 0,
|
bottomExchange: 0,
|
||||||
ownRevenue: 0,
|
ownRevenue: 0,
|
||||||
bottomRevenue: 200000,
|
bottomRevenue: 200000,
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -160,7 +160,7 @@ export const partners = [
|
||||||
bottomExchange: 0,
|
bottomExchange: 0,
|
||||||
ownRevenue: 0,
|
ownRevenue: 0,
|
||||||
bottomRevenue: 0,
|
bottomRevenue: 0,
|
||||||
registDate: '2022-06-23 12:11',
|
registrationDate: '2022-06-23 12:11',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -14,7 +14,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-4444-4444',
|
phoneNumber: '010-4444-4444',
|
||||||
ownCash: 32307,
|
ownCash: 32307,
|
||||||
ownComp: 1649,
|
ownComp: 1649,
|
||||||
registDate: '2021-10-14',
|
registrationDate: '2021-10-14',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -35,7 +35,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-0000-0000',
|
phoneNumber: '010-0000-0000',
|
||||||
ownCash: 90000,
|
ownCash: 90000,
|
||||||
ownComp: 28430,
|
ownComp: 28430,
|
||||||
registDate: '2021-10-14',
|
registrationDate: '2021-10-14',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -56,7 +56,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-0000-0000',
|
phoneNumber: '010-0000-0000',
|
||||||
ownCash: 1000,
|
ownCash: 1000,
|
||||||
ownComp: 0,
|
ownComp: 0,
|
||||||
registDate: '2022-01-11',
|
registrationDate: '2022-01-11',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -77,7 +77,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -98,7 +98,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -119,7 +119,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -140,7 +140,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -161,7 +161,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -182,7 +182,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -203,7 +203,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -224,7 +224,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -245,7 +245,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -266,7 +266,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -287,7 +287,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -308,7 +308,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -329,7 +329,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -350,7 +350,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -371,7 +371,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -392,7 +392,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
@ -413,7 +413,7 @@ export const unconnecteds = [
|
||||||
phoneNumber: '010-1234-5678',
|
phoneNumber: '010-1234-5678',
|
||||||
ownCash: 0,
|
ownCash: 0,
|
||||||
ownComp: 6485,
|
ownComp: 6485,
|
||||||
registDate: '2022-04-22',
|
registrationDate: '2022-04-22',
|
||||||
finalSigninDate: '',
|
finalSigninDate: '',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
ownCharge: 0,
|
ownCharge: 0,
|
||||||
|
|
|
@ -154,7 +154,7 @@ export class MemberUserMockApi {
|
||||||
totalDeposit: 0,
|
totalDeposit: 0,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -20,7 +20,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -44,7 +44,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-02-01T16:00',
|
registrationDate: '2022-02-01T16:00',
|
||||||
finalSigninDate: '2022-02-01T16:00',
|
finalSigninDate: '2022-02-01T16:00',
|
||||||
ip: '192.168.1.90',
|
ip: '192.168.1.90',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -68,7 +68,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -92,7 +92,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.19',
|
ip: '192.168.1.19',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -114,7 +114,7 @@ export const users = [
|
||||||
deposit: 200000,
|
deposit: 200000,
|
||||||
withdraw: 0,
|
withdraw: 0,
|
||||||
margin: 200000,
|
margin: 200000,
|
||||||
registDate: '2022-06-12 16:02',
|
registrationDate: '2022-06-12 16:02',
|
||||||
finalSigninDate: '2022-06-20 15:41',
|
finalSigninDate: '2022-06-20 15:41',
|
||||||
ip: '175.198.74.36',
|
ip: '175.198.74.36',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -138,7 +138,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -162,7 +162,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
@ -186,7 +186,7 @@ export const users = [
|
||||||
totalDeposit: 200000,
|
totalDeposit: 200000,
|
||||||
totalWithdraw: 0,
|
totalWithdraw: 0,
|
||||||
balance: 200000,
|
balance: 200000,
|
||||||
registDate: '2022-01-01T16:00',
|
registrationDate: '2022-01-01T16:00',
|
||||||
finalSigninDate: '2022-01-01T16:00',
|
finalSigninDate: '2022-01-01T16:00',
|
||||||
ip: '192.168.1.9',
|
ip: '192.168.1.9',
|
||||||
state: '정상',
|
state: '정상',
|
||||||
|
|
|
@ -5,7 +5,7 @@ export const loosings = [
|
||||||
id: 'loosing_1',
|
id: 'loosing_1',
|
||||||
startDate: '2022-06-01 15:38',
|
startDate: '2022-06-01 15:38',
|
||||||
endDate: '2022-06-12 15:38',
|
endDate: '2022-06-12 15:38',
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
defaultCount: '15',
|
defaultCount: '15',
|
||||||
loosingCount: '15',
|
loosingCount: '15',
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,7 @@ export const loosings = [
|
||||||
id: 'loosing_2',
|
id: 'loosing_2',
|
||||||
startDate: '2022-06-01 15:38',
|
startDate: '2022-06-01 15:38',
|
||||||
endDate: '2022-06-12 15:38',
|
endDate: '2022-06-12 15:38',
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
defaultCount: '14',
|
defaultCount: '14',
|
||||||
loosingCount: '16',
|
loosingCount: '16',
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@ export const loosings = [
|
||||||
id: 'loosing_3',
|
id: 'loosing_3',
|
||||||
startDate: '2022-06-01 15:38',
|
startDate: '2022-06-01 15:38',
|
||||||
endDate: '2022-06-12 15:38',
|
endDate: '2022-06-12 15:38',
|
||||||
registDate: '2022-06-12 15:38',
|
registrationDate: '2022-06-12 15:38',
|
||||||
defaultCount: '12',
|
defaultCount: '12',
|
||||||
loosingCount: '11',
|
loosingCount: '11',
|
||||||
},
|
},
|
||||||
|
@ -37,12 +37,12 @@ export const loosing01Reports = [
|
||||||
rank: '본사',
|
rank: '본사',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -51,12 +51,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -73,12 +73,12 @@ export const loosing01Reports = [
|
||||||
rank: '대본',
|
rank: '대본',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -87,12 +87,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -109,12 +109,12 @@ export const loosing01Reports = [
|
||||||
rank: '부본',
|
rank: '부본',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '3',
|
id: '3',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -123,12 +123,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '4',
|
id: '4',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -145,12 +145,12 @@ export const loosing01Reports = [
|
||||||
rank: '본사',
|
rank: '본사',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -159,12 +159,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -181,12 +181,12 @@ export const loosing01Reports = [
|
||||||
rank: '대본',
|
rank: '대본',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -195,12 +195,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -217,12 +217,12 @@ export const loosing01Reports = [
|
||||||
rank: '부본',
|
rank: '부본',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '3',
|
id: '3',
|
||||||
betMoneny: '123,000',
|
betmoney: '123,000',
|
||||||
betTieMoneny: '6,000',
|
betTiemoney: '6,000',
|
||||||
betCancelMoneny: '0',
|
betCancelmoney: '0',
|
||||||
validMoneny: '117,000',
|
validmoney: '117,000',
|
||||||
betWinMoneny: '121,900',
|
betWinmoney: '121,900',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -231,12 +231,12 @@ export const loosing01Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '4',
|
id: '4',
|
||||||
betMoneny: '75,400',
|
betmoney: '75,400',
|
||||||
betTieMoneny: '',
|
betTiemoney: '',
|
||||||
betCancelMoneny: '',
|
betCancelmoney: '',
|
||||||
validMoneny: '',
|
validmoney: '',
|
||||||
betWinMoneny: '181,100',
|
betWinmoney: '181,100',
|
||||||
betWinLossMoneny: '-105,700',
|
betWinLossmoney: '-105,700',
|
||||||
rollingMoney: '3,770',
|
rollingMoney: '3,770',
|
||||||
rollingBottomMoney: '1,659',
|
rollingBottomMoney: '1,659',
|
||||||
rollingMeMoney: '2,111',
|
rollingMeMoney: '2,111',
|
||||||
|
@ -257,7 +257,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -269,7 +269,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -290,7 +290,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -302,7 +302,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -323,7 +323,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -335,7 +335,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -356,7 +356,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -368,7 +368,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -389,7 +389,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -401,7 +401,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -422,7 +422,7 @@ export const loosing02Reports = [
|
||||||
totalCalculate: '-55,388',
|
totalCalculate: '-55,388',
|
||||||
casinoReport: {
|
casinoReport: {
|
||||||
id: '1',
|
id: '1',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
@ -434,7 +434,7 @@ export const loosing02Reports = [
|
||||||
},
|
},
|
||||||
slotReport: {
|
slotReport: {
|
||||||
id: '2',
|
id: '2',
|
||||||
betWinLossMoneny: '1,100',
|
betWinLossmoney: '1,100',
|
||||||
rollingMoney: '2,340',
|
rollingMoney: '2,340',
|
||||||
rollingBottomMoney: '1,755',
|
rollingBottomMoney: '1,755',
|
||||||
rollingMeMoney: '585',
|
rollingMeMoney: '585',
|
||||||
|
|
|
@ -184,7 +184,7 @@
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
출금{{ deposit.withdraw }}
|
출금{{ deposit.withdraw }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
계{{ deposit.total }}
|
계{{ deposit.totalMoney }}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ deposit.gameMoney }}
|
{{ deposit.gameMoney }}
|
||||||
|
|
|
@ -12,7 +12,7 @@ export interface Deposit {
|
||||||
processDate?: string;
|
processDate?: string;
|
||||||
deposit?: number;
|
deposit?: number;
|
||||||
withdraw?: number;
|
withdraw?: number;
|
||||||
total?: number;
|
totalMoney?: number;
|
||||||
gameMoney?: number;
|
gameMoney?: number;
|
||||||
highRank?: string;
|
highRank?: string;
|
||||||
state?: string;
|
state?: string;
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
{{ partnerCalculate.partnerDepositAmountOfPayment }}원
|
{{ partnerCalculate.partnerDepositAmountOfPayment }}원
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ partnerCalculate.partnerDepositRegistrationDate }}
|
{{ partnerCalculate.partnerDepositregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ partnerCalculate.partnerDepositConfirmDate }}
|
{{ partnerCalculate.partnerDepositConfirmDate }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
{{ partnerCalculate.partnerWithdrawAmountOfPayment }}원
|
{{ partnerCalculate.partnerWithdrawAmountOfPayment }}원
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ partnerCalculate.partnerWithdrawRegistrationDate }}
|
{{ partnerCalculate.partnerWithdrawregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ partnerCalculate.partnerWithdrawConfirmDate }}
|
{{ partnerCalculate.partnerWithdrawConfirmDate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
export interface PartnerCalculate {
|
export interface PartnerCalculate {
|
||||||
id?: string;
|
id: string;
|
||||||
partnerDepositIdx?: number; // 파트너입금 idx
|
partnerDepositIdx?: number; // 입금파트너 idx
|
||||||
partnerDepositId?: string; // 파트너입금 아이디
|
partnerDepositId?: string; // 입금파트너 아이디
|
||||||
partnerDepositNickname?: string; // 파트너입금 닉네임
|
partnerDepositNickname?: string; // 입금파트너 닉네임
|
||||||
partnerDepositRank?: string; // 파트너입금 등급
|
partnerDepositRank?: string; // 입금파트너 등급
|
||||||
nameOfDepositer?: string;
|
nameOfDepositer?: string;
|
||||||
partnerDepositAmountOfPayment?: number; // 파트너입금 결제금액
|
partnerDepositAmountOfPayment?: number; // 입금파트너 결제금액
|
||||||
partnerDepositRegistrationDate?: Date; // 파트너입금 신청일
|
partnerDepositregistrationDate?: Date; // 입금파트너 신청일
|
||||||
partnerDepositConfirmDate?: Date; // 파트너입금 확인일
|
partnerDepositConfirmDate?: Date; // 입금파트너 확인일
|
||||||
|
|
||||||
partnerWithdrawIdx?: number; // 파트너출금 idx
|
partnerWithdrawIdx?: number; // 출금파트너 idx
|
||||||
partnerWithdrawId?: string; // 파트너입금 아이디
|
partnerWithdrawId?: string; // 출금파트너 아이디
|
||||||
partnerWithdrawNickname?: string; // 파트너입금 닉네임
|
partnerWithdrawNickname?: string; // 출금파트너 닉네임
|
||||||
partnerWithdrawRank?: string; // 파트너입금 등급
|
partnerWithdrawRank?: string; // 출금파트너 등급
|
||||||
accountHolder?: string;
|
accountHolder?: string;
|
||||||
partnerWithdrawAmountOfPayment?: number; // 파트너입금 결제금액
|
partnerWithdrawAmountOfPayment?: number; // 출금파트너 결제금액
|
||||||
partnerWithdrawRegistrationDate?: Date; // 파트너입금 신청일
|
partnerWithdrawregistrationDate?: Date; // 출금파트너 신청일
|
||||||
partnerWithdrawConfirmDate?: Date; // 파트너입금 확인일
|
partnerWithdrawConfirmDate?: Date; // 출금파트너 확인일
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
{{ webCalculate.webDepositAmountOfPayment }}원
|
{{ webCalculate.webDepositAmountOfPayment }}원
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ webCalculate.webDepositRegistrationDate }}
|
{{ webCalculate.webDepositregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ webCalculate.webDepositConfirmDate }}
|
{{ webCalculate.webDepositConfirmDate }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>{{ webCalculate.webWithdrawRank }}</div>
|
<div>{{ webCalculate.webWithdrawRank }}</div>
|
||||||
<div class="hidden sm:block">
|
<div class="hidden sm:block">
|
||||||
{{ webCalculate.nameOfBank }}
|
{{ webCalculate.bankName }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ webCalculate.accountHolder }}
|
{{ webCalculate.accountHolder }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
{{ webCalculate.webWithdrawAmountOfPayment }}원
|
{{ webCalculate.webWithdrawAmountOfPayment }}원
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ webCalculate.webWithdrawRegistrationDate }}
|
{{ webCalculate.webWithdrawregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ webCalculate.webWithdrawConfirmDate }}
|
{{ webCalculate.webWithdrawConfirmDate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,7 +6,7 @@ export interface WebCalculate {
|
||||||
webDepositRank?: string; // 웹입금 등급
|
webDepositRank?: string; // 웹입금 등급
|
||||||
nameOfDepositer?: string; // 입금자명
|
nameOfDepositer?: string; // 입금자명
|
||||||
webDepositAmountOfPayment?: number; // 웹입금 결제금액
|
webDepositAmountOfPayment?: number; // 웹입금 결제금액
|
||||||
webDepositRegistrationDate?: Date; // 웹입금 신청일
|
webDepositregistrationDate?: Date; // 웹입금 신청일
|
||||||
webDepositConfirmDate?: Date; // 웹입금 확인일
|
webDepositConfirmDate?: Date; // 웹입금 확인일
|
||||||
|
|
||||||
webWithdrawIdx?: number; // 웹출금 idx
|
webWithdrawIdx?: number; // 웹출금 idx
|
||||||
|
@ -14,9 +14,9 @@ export interface WebCalculate {
|
||||||
webWithdrawNickname?: string; // 웹출금 닉네임
|
webWithdrawNickname?: string; // 웹출금 닉네임
|
||||||
webWithdrawRank?: string; // 웹출금 등급
|
webWithdrawRank?: string; // 웹출금 등급
|
||||||
accountHolder?: string;
|
accountHolder?: string;
|
||||||
nameOfBank?: string;
|
bankName?: string;
|
||||||
accountNumber?: string;
|
accountNumber?: string;
|
||||||
webWithdrawAmountOfPayment?: number; // 웹출금 결제금액
|
webWithdrawAmountOfPayment?: number; // 웹출금 결제금액
|
||||||
webWithdrawRegistrationDate?: Date; // 웹출금 신청일
|
webWithdrawregistrationDate?: Date; // 웹출금 신청일
|
||||||
webWithdrawConfirmDate?: Date; // 웹출금 확인일
|
webWithdrawConfirmDate?: Date; // 웹출금 확인일
|
||||||
}
|
}
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>{{ withdraw.calculateType }}</div>
|
<div>{{ withdraw.calculateType }}</div>
|
||||||
<div>{{ withdraw.note }}</div>
|
<div>{{ withdraw.note }}</div>
|
||||||
<div>{{ withdraw.applicationForCurrencyExchange }}</div>
|
<div>{{ withdraw.exchangeApplicationAmount }}</div>
|
||||||
<div class="hidden md:block">
|
<div class="hidden md:block">
|
||||||
{{ withdraw.registrationDate }}
|
{{ withdraw.registrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
출금{{ withdraw.withdraw }}
|
출금{{ withdraw.withdraw }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
계{{ withdraw.total }}
|
계{{ withdraw.totalMoney }}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -4,7 +4,7 @@ export interface Withdraw {
|
||||||
rank?: string;
|
rank?: string;
|
||||||
level?: string;
|
level?: string;
|
||||||
nickname?: string;
|
nickname?: string;
|
||||||
applicationForCurrencyExchange?: number; // 환전신청금액
|
exchangeApplicationAmount?: number; // 환전신청금액
|
||||||
calculateType?: string;
|
calculateType?: string;
|
||||||
accountHolder?: string;
|
accountHolder?: string;
|
||||||
note?: string;
|
note?: string;
|
||||||
|
@ -12,7 +12,7 @@ export interface Withdraw {
|
||||||
processDate?: string;
|
processDate?: string;
|
||||||
deposit?: number;
|
deposit?: number;
|
||||||
withdraw?: number;
|
withdraw?: number;
|
||||||
total?: number;
|
totalMoney?: number;
|
||||||
highRank?: string;
|
highRank?: string;
|
||||||
state?: string;
|
state?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -301,7 +301,7 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
{{ info.bettingRegistDate }}
|
{{ info.bettingregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ info.registrationDate }}
|
{{ info.registrationDate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -47,6 +47,6 @@ export interface Evolution {
|
||||||
commissionRate?: string;
|
commissionRate?: string;
|
||||||
point?: string;
|
point?: string;
|
||||||
};
|
};
|
||||||
bettingRegistDate?: string;
|
bettingregistrationDate?: string;
|
||||||
registrationDate?: string;
|
registrationDate?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -257,7 +257,7 @@
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
{{ slot.bettingRegistDate }}
|
{{ slot.bettingregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ slot.registrationDate }}
|
{{ slot.registrationDate }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -37,6 +37,6 @@ export interface Slot {
|
||||||
commissionRate?: string;
|
commissionRate?: string;
|
||||||
point?: string;
|
point?: string;
|
||||||
};
|
};
|
||||||
bettingRegistDate?: string;
|
bettingregistrationDate?: string;
|
||||||
registrationDate?: string;
|
registrationDate?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,9 +132,9 @@
|
||||||
{{ couponMoneyLog.couponContents }}
|
{{ couponMoneyLog.couponContents }}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
{{ couponMoneyLog.takeCouponRegistrationDate }}
|
{{ couponMoneyLog.takeCouponregistrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ couponMoneyLog.giveCouponRegistrationDate }}
|
{{ couponMoneyLog.giveCouponregistrationDate }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
@ -14,6 +14,6 @@ export interface CouponMoneyLog {
|
||||||
takeCouponChangeMoney?: number; // 받은자의 변동금액
|
takeCouponChangeMoney?: number; // 받은자의 변동금액
|
||||||
takeCouponAfterMoney?: number; // 받은자의 이후금액
|
takeCouponAfterMoney?: number; // 받은자의 이후금액
|
||||||
couponContents?: string; // 내용
|
couponContents?: string; // 내용
|
||||||
giveCouponRegistrationDate?: Date; // 지급자의 등록시간
|
giveCouponregistrationDate?: Date; // 지급자의 등록시간
|
||||||
takeCouponRegistrationDate?: Date; // 받은자의 등록시간
|
takeCouponregistrationDate?: Date; // 받은자의 등록시간
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,26 +39,33 @@
|
||||||
matSortDisableClear
|
matSortDisableClear
|
||||||
class="partner-grid z-10 sticky top-0 grid gap-4 py-4 px-6 md:px-8 shadow text-md font-semibold text-secondary bg-gray-50 dark:bg-black dark:bg-opacity-5"
|
class="partner-grid z-10 sticky top-0 grid gap-4 py-4 px-6 md:px-8 shadow text-md font-semibold text-secondary bg-gray-50 dark:bg-black dark:bg-opacity-5"
|
||||||
>
|
>
|
||||||
<div>관리</div>
|
<div class="hidden lg:block">
|
||||||
<div>요율</div>
|
관리
|
||||||
<div>매장수</div>
|
<hr style="margin: 7px 0px" />
|
||||||
<div [mat-sort-header]="'signinId'">
|
요율
|
||||||
아이디
|
<hr style="margin: 7px 0px" />
|
||||||
|
매장수
|
||||||
|
</div>
|
||||||
|
<!-- <div>요율</div>
|
||||||
|
<div>매장수</div> -->
|
||||||
|
<div class="hidden lg:block">
|
||||||
|
<div [mat-sort-header]="'signinId'">아이디</div>
|
||||||
|
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
닉네임
|
닉네임
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
연락처
|
연락처
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="hidden lg:block">
|
||||||
등급
|
등급
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
레벨
|
레벨
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
상태
|
상태
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden sm:block">예금주</div>
|
<div class="hidden lg:block">예금주</div>
|
||||||
<div class="hidden md:block">정산종류</div>
|
<div class="hidden lg:block">정산종류</div>
|
||||||
<div class="hidden md:block">보유금</div>
|
<div class="hidden lg:block">보유금</div>
|
||||||
<div class="hidden lg:block">충전금</div>
|
<div class="hidden lg:block">충전금</div>
|
||||||
<div class="hidden lg:block">환전금</div>
|
<div class="hidden lg:block">환전금</div>
|
||||||
<div class="hidden lg:block">수익금</div>
|
<div class="hidden lg:block">수익금</div>
|
||||||
|
@ -73,8 +80,15 @@
|
||||||
<div
|
<div
|
||||||
class="partner-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
|
class="partner-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
|
||||||
>
|
>
|
||||||
|
<div class="hidden lg:block">
|
||||||
<div>
|
<div>
|
||||||
<button mat-button [matMenuTriggerFor]="menu">관리</button>
|
<div
|
||||||
|
mat-button
|
||||||
|
[matMenuTriggerFor]="menu"
|
||||||
|
style="cursor: pointer"
|
||||||
|
>
|
||||||
|
관리
|
||||||
|
</div>
|
||||||
<mat-menu #menu="matMenu">
|
<mat-menu #menu="matMenu">
|
||||||
<button mat-menu-item>보유금지급/회수</button>
|
<button mat-menu-item>보유금지급/회수</button>
|
||||||
<button mat-menu-item>수수료설정</button>
|
<button mat-menu-item>수수료설정</button>
|
||||||
|
@ -84,25 +98,21 @@
|
||||||
<button mat-menu-item>배팅리스트</button>
|
<button mat-menu-item>배팅리스트</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<hr style="margin: 7px 0px" />
|
||||||
matTooltip="요율확인
|
<div [matTooltip]="__getRateTooltop()">요율</div>
|
||||||
카지노-바카라:0%
|
<hr style="margin: 7px 0px" />
|
||||||
카지노-룰렛:0%
|
|
||||||
카지노-드레곤타이거:0%
|
|
||||||
카지노-그외:0%
|
|
||||||
슬롯:0%
|
|
||||||
카지노루징:0%
|
|
||||||
슬롯루징:0%"
|
|
||||||
>
|
|
||||||
요율
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
{{ partner.branchCount }}{{ partner.divisionCount
|
<div>
|
||||||
}}{{ partner.officeCount }}{{ partner.storeCount
|
{{ partner.branchCount }}{{ partner.divisionCount }}
|
||||||
|
{{ partner.officeCount }}{{ partner.storeCount
|
||||||
}}{{ partner.memberCount }}
|
}}{{ partner.memberCount }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 아이디/닉네임/연락처 -->
|
<!-- 아이디/닉네임/연락처 -->
|
||||||
<div
|
<div
|
||||||
|
class="hidden lg:block"
|
||||||
(click)="viewUserDetail(partner.id)"
|
(click)="viewUserDetail(partner.id)"
|
||||||
style="cursor: pointer"
|
style="cursor: pointer"
|
||||||
>
|
>
|
||||||
|
@ -113,7 +123,7 @@
|
||||||
{{ partner.phoneNumber }}
|
{{ partner.phoneNumber }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 등급/레벨/상태 -->
|
<!-- 등급/레벨/상태 -->
|
||||||
<div>
|
<div class="hidden lg:block">
|
||||||
{{ partner.rank }}
|
{{ partner.rank }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
LV{{ partner.level }}
|
LV{{ partner.level }}
|
||||||
|
@ -121,15 +131,15 @@
|
||||||
{{ partner.state }}
|
{{ partner.state }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 예금주 -->
|
<!-- 예금주 -->
|
||||||
<div class="hidden sm:block">
|
<div class="hidden lg:block">
|
||||||
{{ partner.accountHolder }}
|
{{ partner.accountHolder }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 정산종류 -->
|
<!-- 정산종류 -->
|
||||||
<div class="hidden md:block">
|
<div class="hidden lg:block">
|
||||||
{{ partner.calculateType }}
|
{{ partner.calculateType }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 보유금 -->
|
<!-- 보유금 -->
|
||||||
<div class="hidden md:block">
|
<div class="hidden lg:block">
|
||||||
캐쉬{{ partner.ownCash }}
|
캐쉬{{ partner.ownCash }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
콤프{{ partner.ownComp }}P
|
콤프{{ partner.ownComp }}P
|
||||||
|
@ -156,7 +166,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- 가입날짜 -->
|
<!-- 가입날짜 -->
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
{{ partner.registDate }}
|
{{ partner.registrationDate }}
|
||||||
</div>
|
</div>
|
||||||
<!-- 비고 -->
|
<!-- 비고 -->
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
|
|
|
@ -56,14 +56,17 @@ import { MembeerService } from 'app/modules/polyglot/member/services/member.serv
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
/* 관리 요율 매장 아이디 등급 예금주 정산 보유금 */
|
/* 관리 요율 매장 아이디 등급 예금주 정산 보유금 */
|
||||||
grid-template-columns: 40px 40px 100px auto 40px 140px 20px 140px;
|
grid-template-columns: 80px auto 80px 40px 40px 120px 120px 120px 120px 120px 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@screen lg {
|
@screen lg {
|
||||||
/* 관리 요율 매장 아이디 등급 예금주 정산 보유금 충전금 환전금 수익금 가입 비고 */
|
/* 관리 아이디 등급 예금주 정산 보유금 충전 환전금 수익금 가입 비고 */
|
||||||
grid-template-columns: 40px 40px 100px auto 40px 140px 20px 140px 140px 140px 140px 140px 140px;
|
grid-template-columns: 60px auto 60px 40px 40px 100px 100px 100px 100px 120px 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.mat-tooltip {
|
||||||
|
white-space: pre-line;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
|
@ -223,4 +226,12 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
console.log('Compose dialog was closed!');
|
console.log('Compose dialog was closed!');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__getRateTooltop(): string {
|
||||||
|
const tempRate = 0;
|
||||||
|
const resultTooltip = `
|
||||||
|
요율확인 \n 카지노-바카라: ${tempRate}% \n 카지노-룰렛: ${tempRate}% \n 카지노-드레곤타이거: ${tempRate}% \n 카지노-그외:${tempRate}% \n 슬롯:${tempRate}% \n 카지노루징: ${tempRate}% \n 슬롯루징: ${tempRate}%
|
||||||
|
`;
|
||||||
|
return resultTooltip;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ export interface Partner {
|
||||||
totalDeposit?: number;
|
totalDeposit?: number;
|
||||||
totalWithdraw?: number;
|
totalWithdraw?: number;
|
||||||
balance?: number;
|
balance?: number;
|
||||||
registDate?: string;
|
registrationDate?: string;
|
||||||
finalSigninDate?: string;
|
finalSigninDate?: string;
|
||||||
note?: string;
|
note?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -237,7 +237,7 @@
|
||||||
수익금{{ unconnected.balance }}
|
수익금{{ unconnected.balance }}
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
가입{{ unconnected.registDate }}
|
가입{{ unconnected.registrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
최종{{ unconnected.finalSigninDate }}
|
최종{{ unconnected.finalSigninDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
|
|
|
@ -11,7 +11,7 @@ export interface Unconnected {
|
||||||
phoneNumber?: string;
|
phoneNumber?: string;
|
||||||
ownCash?: number;
|
ownCash?: number;
|
||||||
ownComp?: number;
|
ownComp?: number;
|
||||||
registDate?: string;
|
registrationDate?: string;
|
||||||
finalSigninDate?: string;
|
finalSigninDate?: string;
|
||||||
state?: string;
|
state?: string;
|
||||||
ownCharge?: number;
|
ownCharge?: number;
|
||||||
|
|
|
@ -150,13 +150,15 @@
|
||||||
<div class="flex flex-auto overflow-hidden">
|
<div class="flex flex-auto overflow-hidden">
|
||||||
<!-- Products list -->
|
<!-- Products list -->
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto"
|
class="flex flex-col flex-auto sm:mb-18 overflow-hidden sm:overflow-y-auto overflow-x-auto overflow-y-hidden"
|
||||||
>
|
>
|
||||||
<ng-container *ngIf="users$ | async as users">
|
<ng-container *ngIf="users$ | async as users">
|
||||||
<ng-container *ngIf="users.length > 0; else noUser">
|
<ng-container *ngIf="users.length > 0; else noUser">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div
|
<div
|
||||||
|
matSort
|
||||||
|
matSortDisableClear
|
||||||
class="user-grid z-10 sticky top-0 grid gap-4 py-4 px-6 md:px-8 shadow text-md font-semibold text-secondary bg-gray-50 dark:bg-black dark:bg-opacity-5"
|
class="user-grid z-10 sticky top-0 grid gap-4 py-4 px-6 md:px-8 shadow text-md font-semibold text-secondary bg-gray-50 dark:bg-black dark:bg-opacity-5"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
|
@ -166,7 +168,8 @@
|
||||||
<div>요율</div>
|
<div>요율</div>
|
||||||
<div>상부</div>
|
<div>상부</div>
|
||||||
<div>
|
<div>
|
||||||
아이디
|
<div>아이디</div>
|
||||||
|
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
닉네임
|
닉네임
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
|
@ -192,7 +195,9 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Rows -->
|
<!-- Rows -->
|
||||||
<ng-container *ngIf="users$ | async as users">
|
<ng-container *ngIf="users$ | async as users">
|
||||||
<ng-container *ngFor="let user of users; trackBy: __trackByFn">
|
<ng-container
|
||||||
|
*ngFor="let user of users; let i = index; trackBy: __trackByFn"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="user-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
|
class="user-grid grid items-center gap-4 py-3 px-6 md:px-8 border-b"
|
||||||
>
|
>
|
||||||
|
@ -263,7 +268,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
가입{{ user.registDate }}
|
가입{{ user.registrationDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
최종{{ user.finalSigninDate }}
|
최종{{ user.finalSigninDate }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
|
@ -272,6 +277,59 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<div>
|
||||||
|
<!-- <div>
|
||||||
|
|
||||||
|
</div> -->
|
||||||
|
<!-- <div
|
||||||
|
class="flex flex-col sm:flex-row sm:items-center justify-between mt-4 sm:mt-6"
|
||||||
|
>
|
||||||
|
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
정상
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
대기
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
탈퇴
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
휴면
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
블랙
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
class="bet-mat-small-8"
|
||||||
|
[color]="'primary'"
|
||||||
|
>
|
||||||
|
정지
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<mat-paginator
|
<mat-paginator
|
||||||
|
@ -294,35 +352,5 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
정상
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
대기
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
탈퇴
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
휴면
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
블랙
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button mat-flat-button class="bet-mat-small-8" [color]="'primary'">
|
|
||||||
정지
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<div class="flex items-center text-secondary my-1">
|
<div class="flex items-center text-secondary my-1">
|
||||||
<span>가입일자</span>
|
<span>가입일자</span>
|
||||||
<span class="mx-2">•</span>
|
<span class="mx-2">•</span>
|
||||||
<span>{{ selectedUser?.registDate }}</span>
|
<span>{{ selectedUser?.registrationDate }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center text-secondary my-1">
|
<div class="flex items-center text-secondary my-1">
|
||||||
<span>하부회원수</span>
|
<span>하부회원수</span>
|
||||||
|
|
|
@ -37,7 +37,7 @@ export interface User {
|
||||||
totalDeposit?: number; // 총 입금액
|
totalDeposit?: number; // 총 입금액
|
||||||
totalWithdraw?: number; // 총 출금액
|
totalWithdraw?: number; // 총 출금액
|
||||||
balance?: number; // 차익
|
balance?: number; // 차익
|
||||||
registDate?: string; // 가입날짜
|
registrationDate?: string; // 가입날짜
|
||||||
finalSigninDate?: string; // 마지막 로그인 날짜
|
finalSigninDate?: string; // 마지막 로그인 날짜
|
||||||
ip?: string; // 아이피
|
ip?: string; // 아이피
|
||||||
state?: string; // 사용자 상태
|
state?: string; // 사용자 상태
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
<div class="hidden lg:block">카-당첨</div>
|
<div class="hidden lg:block">카-당첨</div>
|
||||||
<div class="hidden lg:block">카-윈로스(A)</div>
|
<div class="hidden lg:block">카-윈로스(A)</div>
|
||||||
<div class="hidden lg:block">카-수수료(B)</div>
|
<div class="hidden lg:block">카-수수료(B)</div>
|
||||||
<div class="hidden lg:block">카-벳윈정산(A-B)</div>
|
<div class="hidden lg:block">카-뱃윈정산(A-B)</div>
|
||||||
<div class="hidden md:block">슬-배팅</div>
|
<div class="hidden md:block">슬-배팅</div>
|
||||||
<div class="hidden lg:block">슬-당첨</div>
|
<div class="hidden lg:block">슬-당첨</div>
|
||||||
<div class="hidden lg:block">슬-윈로스(D)</div>
|
<div class="hidden lg:block">슬-윈로스(D)</div>
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
<div class="hidden lg:block">파-당첨</div>
|
<div class="hidden lg:block">파-당첨</div>
|
||||||
<div class="hidden lg:block">파-윈로스(H)</div>
|
<div class="hidden lg:block">파-윈로스(H)</div>
|
||||||
<div class="hidden lg:block">파-수수료(I)</div>
|
<div class="hidden lg:block">파-수수료(I)</div>
|
||||||
<div class="hidden lg:block">파-벳윈정산(H-I)</div>
|
<div class="hidden lg:block">파-뱃윈정산(H-I)</div>
|
||||||
<div class="hidden lg:block">총뱃윈정산</div>
|
<div class="hidden lg:block">총뱃윈정산</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Rows -->
|
<!-- Rows -->
|
||||||
|
|
|
@ -19,7 +19,7 @@ export interface DailyPartner {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
|
@ -28,11 +28,11 @@ export interface DailyPartner {
|
||||||
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
||||||
slotBottomCommission?: number; // 슬롯하부수수료(E)
|
slotBottomCommission?: number; // 슬롯하부수수료(E)
|
||||||
slotOwnCommission?: number; // 슬롯본인수수료(E)
|
slotOwnCommission?: number; // 슬롯본인수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,18 +114,18 @@
|
||||||
<div class="hidden lg:block">카-당첨</div>
|
<div class="hidden lg:block">카-당첨</div>
|
||||||
<div class="hidden lg:block">카-윈로스(A)</div>
|
<div class="hidden lg:block">카-윈로스(A)</div>
|
||||||
<div class="hidden lg:block">카-수수료(B)</div>
|
<div class="hidden lg:block">카-수수료(B)</div>
|
||||||
<div class="hidden lg:block">카-벳윈정산(A-B)</div>
|
<div class="hidden lg:block">카-뱃윈정산(A-B)</div>
|
||||||
<div class="hidden md:block">슬-배팅</div>
|
<div class="hidden md:block">슬-배팅</div>
|
||||||
<div class="hidden lg:block">슬-당첨</div>
|
<div class="hidden lg:block">슬-당첨</div>
|
||||||
<div class="hidden lg:block">슬-윈로스(D)</div>
|
<div class="hidden lg:block">슬-윈로스(D)</div>
|
||||||
<div class="hidden lg:block">슬-수수료(E)</div>
|
<div class="hidden lg:block">슬-수수료(E)</div>
|
||||||
<div class="hidden lg:block">슬-벳윈정산(D-E)</div>
|
<div class="hidden lg:block">슬-뱃윈정산(D-E)</div>
|
||||||
<div class="hidden md:block">파-배팅</div>
|
<div class="hidden md:block">파-배팅</div>
|
||||||
<div class="hidden lg:block">파-당첨</div>
|
<div class="hidden lg:block">파-당첨</div>
|
||||||
<div class="hidden lg:block">파-윈로스(H)</div>
|
<div class="hidden lg:block">파-윈로스(H)</div>
|
||||||
<div class="hidden lg:block">파-수수료(I)</div>
|
<div class="hidden lg:block">파-수수료(I)</div>
|
||||||
<div class="hidden lg:block">파-벳윈정산(H-I)</div>
|
<div class="hidden lg:block">파-뱃윈정산(H-I)</div>
|
||||||
<div class="hidden lg:block">총벳윈정산</div>
|
<div class="hidden lg:block">총뱃윈정산</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Rows -->
|
<!-- Rows -->
|
||||||
<ng-container *ngIf="dailys$ | async as dailys">
|
<ng-container *ngIf="dailys$ | async as dailys">
|
||||||
|
|
|
@ -18,18 +18,18 @@ export interface Daily {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotCommission?: number; // 슬롯수수료(E)
|
slotCommission?: number; // 슬롯수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,13 +92,13 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>베팅</th>
|
<th mat-header-cell *matHeaderCellDef>베팅</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">
|
<span class="font-medium text-right">
|
||||||
{{ info.casinoReport.betMoneny }}
|
{{ info.casinoReport.betmoney }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ info.casinoReport.betTieMoneny }}
|
{{ info.casinoReport.betTiemoney }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ info.casinoReport.betCancelMoneny }}
|
{{ info.casinoReport.betCancelmoney }}
|
||||||
<hr style="margin: 7px 0px" />
|
<hr style="margin: 7px 0px" />
|
||||||
{{ info.casinoReport.validMoneny }}
|
{{ info.casinoReport.validmoney }}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.casinoReport.betWinMoneny
|
info.casinoReport.betWinmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.casinoReport.betWinLossMoneny
|
info.casinoReport.betWinLossmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
</th>
|
</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">
|
<span class="font-medium text-right">
|
||||||
{{ info.slotReport.betMoneny }}
|
{{ info.slotReport.betmoney }}
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
<th mat-header-cell *matHeaderCellDef>당첨</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.slotReport.betWinMoneny
|
info.slotReport.betWinmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.slotReport.betWinLossMoneny
|
info.slotReport.betWinLossmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.casinoReport.betWinLossMoneny
|
info.casinoReport.betWinLossmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
<th mat-header-cell *matHeaderCellDef>윈로스</th>
|
||||||
<td mat-cell *matCellDef="let info">
|
<td mat-cell *matCellDef="let info">
|
||||||
<span class="font-medium text-right">{{
|
<span class="font-medium text-right">{{
|
||||||
info.slotReport.betWinLossMoneny
|
info.slotReport.betWinLossmoney
|
||||||
}}</span>
|
}}</span>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
export interface BetCalculate {
|
export interface BetCalculate {
|
||||||
id: string;
|
id: string;
|
||||||
betMoneny?: string;
|
betmoney?: string;
|
||||||
betTieMoneny?: string;
|
betTiemoney?: string;
|
||||||
betCancelMoneny?: string;
|
betCancelmoney?: string;
|
||||||
validMoneny?: string;
|
validmoney?: string;
|
||||||
betWinMoneny?: string;
|
betWinmoney?: string;
|
||||||
betWinLossMoneny?: string;
|
betWinLossmoney?: string;
|
||||||
rollingMoney?: string;
|
rollingMoney?: string;
|
||||||
rollingBottomMoney?: string;
|
rollingBottomMoney?: string;
|
||||||
rollingMeMoney?: string;
|
rollingMeMoney?: string;
|
||||||
|
|
|
@ -3,5 +3,5 @@ export interface Loosing {
|
||||||
signinId?: string;
|
signinId?: string;
|
||||||
startDate?: string;
|
startDate?: string;
|
||||||
endDate?: string;
|
endDate?: string;
|
||||||
registDate?: string;
|
registrationDate?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,5 +8,5 @@ export interface Monthly {
|
||||||
monthlyPassiveMoney?: number; // 월별 수동머니 금액
|
monthlyPassiveMoney?: number; // 월별 수동머니 금액
|
||||||
monthlyPassiveComp?: number; // 월별 수동콤프 금액
|
monthlyPassiveComp?: number; // 월별 수동콤프 금액
|
||||||
monthlyBettingBalance?: number; // 월별 배팅수익액
|
monthlyBettingBalance?: number; // 월별 배팅수익액
|
||||||
monthlyBetMembers?: number; // 월별 실벳인원
|
monthlyBetMembers?: number; // 월별 실뱃인원
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,24 +9,24 @@ export interface CasinoStatistics {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalUse?: number; // 총이용회원
|
totalUse?: number; // 총이용회원
|
||||||
totalAvailable?: number; // 총유효배팅
|
totalAvailable?: number; // 총유효배팅
|
||||||
totalBetting?: number; // 총배팅
|
totalBetting?: number; // 총배팅
|
||||||
totalCancel?: number; // 총취소
|
totalCancel?: number; // 총취소
|
||||||
totalWinLoss?: number; // 총윈로스
|
totalWinLoss?: number; // 총윈로스
|
||||||
totalCommission?: number; // 총수수료
|
totalCommission?: number; // 총수수료
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,24 +9,24 @@ export interface PowerballStatistics {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalUse?: number; // 총이용회원
|
totalUse?: number; // 총이용회원
|
||||||
totalAvailable?: number; // 총유효배팅
|
totalAvailable?: number; // 총유효배팅
|
||||||
totalBetting?: number; // 총배팅
|
totalBetting?: number; // 총배팅
|
||||||
totalCancel?: number; // 총취소
|
totalCancel?: number; // 총취소
|
||||||
totalWinLoss?: number; // 총윈로스
|
totalWinLoss?: number; // 총윈로스
|
||||||
totalCommission?: number; // 총수수료
|
totalCommission?: number; // 총수수료
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,24 +9,24 @@ export interface SlotStatistics {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalUse?: number; // 총이용회원
|
totalUse?: number; // 총이용회원
|
||||||
totalAvailable?: number; // 총유효배팅
|
totalAvailable?: number; // 총유효배팅
|
||||||
totalBetting?: number; // 총배팅
|
totalBetting?: number; // 총배팅
|
||||||
totalCancel?: number; // 총취소
|
totalCancel?: number; // 총취소
|
||||||
totalWinLoss?: number; // 총윈로스
|
totalWinLoss?: number; // 총윈로스
|
||||||
totalCommission?: number; // 총수수료
|
totalCommission?: number; // 총수수료
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,24 +10,24 @@ export interface Statistics {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
slotTotalCommission?: number; // 슬롯전체수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalUse?: number; // 총이용회원
|
totalUse?: number; // 총이용회원
|
||||||
totalAvailable?: number; // 총유효배팅
|
totalAvailable?: number; // 총유효배팅
|
||||||
totalBetting?: number; // 총배팅
|
totalBetting?: number; // 총배팅
|
||||||
totalCancel?: number; // 총취소
|
totalCancel?: number; // 총취소
|
||||||
totalWinLoss?: number; // 총윈로스
|
totalWinLoss?: number; // 총윈로스
|
||||||
totalCommission?: number; // 총수수료
|
totalCommission?: number; // 총수수료
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
<div class="hidden lg:block">파-당첨</div>
|
<div class="hidden lg:block">파-당첨</div>
|
||||||
<div class="hidden lg:block">파-윈로스(H)</div>
|
<div class="hidden lg:block">파-윈로스(H)</div>
|
||||||
<div class="hidden lg:block">파-수수료(I)</div>
|
<div class="hidden lg:block">파-수수료(I)</div>
|
||||||
<div class="hidden lg:block">파-벳윈정산(H-I)</div>
|
<div class="hidden lg:block">파-뱃윈정산(H-I)</div>
|
||||||
<div class="hidden lg:block">총뱃윈정산</div>
|
<div class="hidden lg:block">총뱃윈정산</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Rows -->
|
<!-- Rows -->
|
||||||
|
|
|
@ -22,18 +22,18 @@ export interface TodayBet {
|
||||||
casinoWinning?: number; // 카지노당첨
|
casinoWinning?: number; // 카지노당첨
|
||||||
casinoWinLoss?: number; // 카지노윈로스(A)
|
casinoWinLoss?: number; // 카지노윈로스(A)
|
||||||
casinoCommission?: number; // 카지노수수료(B)
|
casinoCommission?: number; // 카지노수수료(B)
|
||||||
casinoBetWinCalculate?: number; // 카지노벳윈정산 (A-B)
|
casinoBetWinCalculate?: number; // 카지노뱃윈정산 (A-B)
|
||||||
slotBetting?: number; // 슬롯배팅
|
slotBetting?: number; // 슬롯배팅
|
||||||
slotCancel?: number; // 슬롯취소
|
slotCancel?: number; // 슬롯취소
|
||||||
slotAvailable?: number; // 슬롯유효
|
slotAvailable?: number; // 슬롯유효
|
||||||
slotWinning?: number; // 슬롯당첨
|
slotWinning?: number; // 슬롯당첨
|
||||||
slotWinLoss?: number; // 슬롯윈로스(D)
|
slotWinLoss?: number; // 슬롯윈로스(D)
|
||||||
slotCommission?: number; // 슬롯수수료(E)
|
slotCommission?: number; // 슬롯수수료(E)
|
||||||
slotBetWinCalculate?: number; // 슬롯벳윈정산(D-E)
|
slotBetWinCalculate?: number; // 슬롯뱃윈정산(D-E)
|
||||||
powerballBetting?: number; // 파워볼배팅
|
powerballBetting?: number; // 파워볼배팅
|
||||||
powerballWinning?: number; // 파워볼당첨
|
powerballWinning?: number; // 파워볼당첨
|
||||||
powerballWinLoss?: number; // 파워볼윈로스(H)
|
powerballWinLoss?: number; // 파워볼윈로스(H)
|
||||||
powerballCommission?: number; // 파워볼수수료(I)
|
powerballCommission?: number; // 파워볼수수료(I)
|
||||||
powerballBetWinCalculate?: number; // 파워볼벳윈정산(H-I)
|
powerballBetWinCalculate?: number; // 파워볼뱃윈정산(H-I)
|
||||||
totalBetWinCalculate?: number; // 총벳윈정산
|
totalBetWinCalculate?: number; // 총뱃윈정산
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user