store.php
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
return [
'Order_sn' => '订单编号',
'User_id' => '用户id',
'Admin_id' => '后台管理员id',
'House_ids' => '社区id',
'Store_name' => '店铺名称',
'Industry_id' => '行业/关键词',
'Name' => '联系人姓名',
'Mobile' => '联系人手机号',
'License' => '营业执照',
'Status' => '状态',
'Status 1' => '待支付',
'Status 2' => '待审核',
'Status 3' => '审核通过',
'Status 4' => '审核驳回',
'Pay_time' => '支付时间',
'Transaction_id' => '微信支付ID',
'Store_icon' => '店铺图标',
'City' => '市',
'Region' => '区',
'Images' => '宣传图',
'Content' => '店铺详情',
'Createtime' => '生成时间',
'Updatetime' => '更新时间',
'Admin.nickname' => '昵称',
'Type' => '类型',
'Type 1' => '增加',
'Type 2' => '扣除',
'Now_score' => '当前金币',
'Score' => '焦点比数量',
'Username' => '后台账号',
'Password' => '后台密码',
'User.nickname' => '昵称',
'Industry.name' => '名称'
];