You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Type' => '1卡号2支付宝3微信账户',
|
|
'Cardname' => '姓名',
|
|
'Cardno' => '卡号/支付宝/微信账户',
|
|
'Address' => '支行信息',
|
|
'Money' => '提现金额',
|
|
'Createtime' => '添加时间',
|
|
'Updatetime' => '修改时间',
|
|
'Status' => '状态0待审核1通过-1拒绝',
|
|
'Reason' => '拒绝原因'
|
|
];
|
|
|