userlike.php 451 B

1234567891011121314
  1. <?php
  2. return [
  3. 'User_id' => '被喜欢用户ID',
  4. 'Fans_id' => '喜欢用户ID',
  5. 'Is_fate' => '是否有眼缘',
  6. 'Createtime' => '创建时间',
  7. 'User.username' => '被喜欢用户名',
  8. 'User.nickname' => '被喜欢昵称',
  9. 'User.mobile' => '被喜欢手机号',
  10. 'Fansuser.username' => '喜欢用户名',
  11. 'Fansuser.nickname' => '喜欢昵称',
  12. 'Fansuser.mobile' => '喜欢手机号'
  13. ];