审查视图

application/admin/lang/zh-cn/user/user_withdraw.php 869 字节
1 2 3 4
<?php

return [
    'User_id'        => '用户id',
Cool authored
5 6 7
    'Type'           => '提现类型',
    'Type 1'         => '商家',
    'Type 2'         => '用户',
何书鹏 authored
8 9
    'Before_money'   => '提现前余额/金币',
    'After_money'    => '提现后余额/金币',
10 11
    'Order_sn'       => '提现单号',
    'Status'         => '订单状态',
Cool authored
12
    'Status 0'       => '待审核',
13 14 15
    'Status 1'       => '提现中',
    'Status 2'       => '提现完成',
    'Status 3'       => '提现失败',
Cool authored
16
    'Pay_type'       => '提现方式',
17 18 19 20 21 22 23 24 25
    'Money'          => '提现金额',
    'Success_time'   => '提现时间',
    'Transaction_id' => '提现回调参数',
    'More'           => '提现回调json',
    'Createtime'     => '创建时间',
    'Updatetime'     => '更新时间',
    'Percent'        => '提现手续费比例',
    'User.nickname'  => '昵称'
];