DiverseYouthNightSchool/application/manystoreapi/lang/zh-cn/manystore/user_auth.php

22 lines
725 B
PHP

<?php
return [
'Shop_id' => '机构shopid',
'User_id' => '授权前台用户',
'Status' => '授权状态',
'Status 0' => '待确认',
'Status 1' => '通过',
'Status 2' => '拒绝',
'Add' => '添加用户授权申请',
'Delete'=>'取消授权',
'Del'=>'取消授权',
'User.mobile'=>'授权前台用户手机号',
'Auth_time' => '授权确认时间',
'Createtime' => '发起时间',
'Update_time' => '修改时间',
'Manystoreshop.name' => '机构名称',
'User.nickname' => '授权前台用户昵称',
'User.avatar' => '授权前台用户头像'
];