一、我的文章接口
传递参数:‘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’查询心得详情相关数据,其中yf_explore_images 表中‘images_id’字段关联yf_explore_images_goods表,关联查询得出‘common_id’,根据‘common_id’查询商品相关信息,根据当前登录信息查询当前用户的昵称以及头像。
二、编辑接口
传递参数:‘explore_id’(心得id)
>[info]开发思路:根据explore_id对对应的分享心得进行编辑。
三、删除接口
传递参数:‘explore_id’(心得id)
>[info]开发思路:根据explore_id删除对应的分享心得进行删除。
四、分享icon
>[info]开发思路:js分享插件。