From 08707939d5a4f33c5bdd2c9eb947dc5f6fb98786 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Fri, 22 Nov 2019 21:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=AD=97=E6=AE=B5=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/DownloadController.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index dac68565b..72465e89d 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -2666,15 +2666,14 @@ class DownloadController extends BaseController { array('create_role_count','创角数'), array('create_role_user_count','创角用户'), array('new_create_role_user_count','新创角用户'), - array('new_create_role_device_count','新创角设备'), array('new_create_role_ip_count','新创角ip'), array('login_user_count','登陆用户数'), - array('recharge_count','充值人数'), - array('recharge_user_count','充值次数'), + array('recharge_user_count','充值人数'), + array('recharge_count','充值次数'), array('recharge_amount','充值总额'), - array('recharge_by_ban_coin','现金充值'), + array('recharge_by_ban_coin','绑定币充值'), array('recharge_by_coin','通用币充值'), - array('recharge_by_cash','绑定币充值'), + array('recharge_by_cash','现金充值'), );