28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'Manystore_id' => '机构账号id',
|
|
'Shop_id' => '机构店铺id',
|
|
'User_id' => '用户id',
|
|
'Classes_lib_ids' => '平台可核销的课程ids',
|
|
'Status' => '状态',
|
|
'Status 1' => '开启',
|
|
'Status 2' => '关闭',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '修改时间',
|
|
'Manystore.nickname' => '昵称',
|
|
'Manystore.avatar' => '头像',
|
|
'Manystoreshop.name' => '店铺名称',
|
|
'Manystoreshop.image' => '封面图',
|
|
'Manystoreshop.address_city' => '城市选择',
|
|
'Manystoreshop.province' => '省编号',
|
|
'Manystoreshop.city' => '市编号',
|
|
'Manystoreshop.district' => '县区编号',
|
|
'Manystoreshop.address' => '店铺地址',
|
|
'Manystoreshop.address_detail' => '店铺详细地址',
|
|
'User.nickname' => '昵称',
|
|
'User.realname' => '真实姓名',
|
|
'User.mobile' => '手机号',
|
|
'User.avatar' => '头像'
|
|
];
|