💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1、新的文章详情接口 传递参数:‘explore_id’(心得id) 页面显示内容,主要字段: 1、心得图片:yf_explore_images => 'images_url' 2、心得标题:yf_explore_base => 'explore_title' 3、心得内容:yf_explore_base => 'explore_content' 4、心得标签:yf_explore_lable => 'lable_content' 5、心得商品:yf_explore_images_goods=> 'goods_common_id' 6、用户头像:yf_user_info=> 'user_logo' 6、用户名:yf_user_info=> 'user_name' >[info]开发思路:根据‘explore_id’查询详情页面显示相关数据,其中‘explore_status’为0时,文章状态为正常,‘explore_status’为1时,在详情页面头部显示 ‘此内容存在违规,已被系统下架,其他用户将无法查看!’ 2、心得个人中心接口 页面显示内容,主要字段: 1、用户头像:yf_user_info => 'user_logo' 2、关注:yf_user_info=> 'user_follow_count' 3、粉丝:yf_explore_user=> 'user_fans_account' 4、被赞:yf_explore_user=> 'user_like' 5、用户名:yf_user_info=> 'user_name' 6、个性签名:yf_explore_user=> 'user_sign' 7、文章:yf_explore_base=> count(*) 8、文章版块:yf_explore_base、yf_explore_images => 'explore_title'、 'images_url','explore_like_count'、'explore_id' >[info]开发思路:文章版块,文章列表页,其中‘explore_status’为0时,文章状态为正常,‘explore_status’为1时,列表标注 ‘此内容涉嫌违规,已下架’