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時,列表標注 ‘此內容涉嫌違規,已下架’