30 lines
940 B
PHP
Executable File
30 lines
940 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'id' => 'ID',
|
|
'opened' => '开启',
|
|
'state' => '状态',
|
|
'audit_message' => '审核信息',
|
|
'real_name' => '真实姓名',
|
|
'real_identity' => '身份证号',
|
|
'shop_addr' => '详细地址',
|
|
'email' => '邮箱',
|
|
'phone' => '手机',
|
|
'alipay' => '支付宝账号',
|
|
'bank_no' => '银行卡号',
|
|
'bank_sn' => '银行支行',
|
|
'identity_pros' => 'identity_pros',
|
|
'identity_cons' => 'identity_cons',
|
|
'bank_no_pros' => 'bank_no_pros',
|
|
'business_site' => '店内照',
|
|
'business_door' => '门头照',
|
|
'identity_hand' => 'identity_hand',
|
|
'sale_proxy' => '营业执照',
|
|
'wechat_qrcode' => '微信二维码',
|
|
'alipay_qrcode' => '支付宝二维码',
|
|
'remind_after' => '付款后提醒',
|
|
'remind_before' => '付款前提醒',
|
|
],
|
|
];
|