Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
087253ee
Commit
087253ee
authored
Mar 11, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0e1007ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
application/Admin/Controller/CoinrecordController.class.php
+1
-1
No files found.
application/Admin/Controller/CoinrecordController.class.php
View file @
087253ee
...
@@ -293,7 +293,7 @@ class CoinrecordController extends AdminbaseController {
...
@@ -293,7 +293,7 @@ class CoinrecordController extends AdminbaseController {
$lists
=
$coin
$lists
=
$coin
->
where
(
$map
)
->
where
(
$map
)
->
order
(
"addtime DESC"
)
->
order
(
"addtime DESC"
)
->
limit
(
0
,
8
0000
)
->
limit
(
0
,
9
0000
)
->
select
();
->
select
();
$type
=
array
(
"income"
=>
"收入"
,
"expend"
=>
"支出"
);
$type
=
array
(
"income"
=>
"收入"
,
"expend"
=>
"支出"
);
$actions
=
array
(
"sendgift"
=>
"赠送礼物"
,
"sendbarrage"
=>
"弹幕"
,
"loginbonus"
=>
"登录奖励"
,
"buyvip"
=>
"购买VIP"
,
"buycar"
=>
"购买坐骑"
,
"buyliang"
=>
"购买靓号"
,
'game_bet'
=>
'游戏下注'
,
'game_return'
=>
'游戏退还'
,
'game_win'
=>
'游戏获胜'
,
'game_banker'
=>
'庄家收益'
,
'set_deposit'
=>
'上庄扣除'
,
'deposit_return'
=>
'下庄退还'
,
'roomcharge'
=>
'房间扣费'
,
'timecharge'
=>
'计时扣费'
,
'sendred'
=>
'发送红包'
,
'robred'
=>
'抢红包'
,
'buyguard'
=>
'开通守护'
,
'reg_reward'
=>
'注册奖励'
);
$actions
=
array
(
"sendgift"
=>
"赠送礼物"
,
"sendbarrage"
=>
"弹幕"
,
"loginbonus"
=>
"登录奖励"
,
"buyvip"
=>
"购买VIP"
,
"buycar"
=>
"购买坐骑"
,
"buyliang"
=>
"购买靓号"
,
'game_bet'
=>
'游戏下注'
,
'game_return'
=>
'游戏退还'
,
'game_win'
=>
'游戏获胜'
,
'game_banker'
=>
'庄家收益'
,
'set_deposit'
=>
'上庄扣除'
,
'deposit_return'
=>
'下庄退还'
,
'roomcharge'
=>
'房间扣费'
,
'timecharge'
=>
'计时扣费'
,
'sendred'
=>
'发送红包'
,
'robred'
=>
'抢红包'
,
'buyguard'
=>
'开通守护'
,
'reg_reward'
=>
'注册奖励'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment