1234567891011121314 |
- <?php
- return [
- 'User_id' => '被喜欢用户ID',
- 'Fans_id' => '喜欢用户ID',
- 'Is_fate' => '是否有眼缘',
- 'Createtime' => '创建时间',
- 'User.username' => '被喜欢用户名',
- 'User.nickname' => '被喜欢昵称',
- 'User.mobile' => '被喜欢手机号',
- 'Fansuser.username' => '喜欢用户名',
- 'Fansuser.nickname' => '喜欢昵称',
- 'Fansuser.mobile' => '喜欢手机号'
- ];
|