💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
一、搜索接口 传递参数:‘user_name’ 页面显示内容,主要字段: 1、用户头像:yf_user_info => 'user_logo' 2、用户名:yf_user_info=> 'user_name' 3、粉丝数:yf_explore_user=> 'explore_content' 4、文章数:yf_explore_base=> count(*) >[info]开发思路:根据user_name模糊查询yf_user_info表,根据查询结果user_id,关联查询yf_explore_user表中的explore_content,用户粉丝数根据用户user_id查找yf_explore_base表中的总数。 二、发现好友列表 页面显示内容,主要字段: 1、用户头像:yf_user_info => 'user_logo' 2、用户名:yf_user_info=> 'user_name' 3、个性签名:yf_explore_user=> 'user_sign' 4、被赞数:yf_explore_user=> ‘user_like’ 5、文章图片:yf_explore_images=> ‘images_url’ 6、文章总数:yf_explore_base=> count(*) >[info]开发思路:发现好友,推荐文章发表4篇以上&粉丝达到500以上的好友,随机显示;若达不到,则推荐发表过心得(至少发表过一篇)的好友随机推荐。