李忠征信平台后端管理系统
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.
 
 
 
 
 
 

17 lines
480 B

<?php
return [
'Id' => 'ID',
'User_id' => '会员ID',
'Platform' => '平台',
'Apptype' => '类型',
'Unionid' => 'UnionID',
'Openid' => 'OpenID',
'Openname' => '第三方会员昵称',
'Access_token' => 'AccessToken',
'Expires_in' => '有效期',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Logintime' => '登录时间',
'Expiretime' => '过期时间'
];