🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 文章详情 ~~~[api] post:/wechat_applet/article/detail *string:a_id=默认值#文章索引 string:u_id=默认值#用户索引 <<< success { 'succeed':1请求成功, 'msg':'提示信息' , 'a_id':'文章索引', 'u_id':'作者索引', 'head':'作者头像', 'nickname':'作者昵称', 'regtime':'创建时间', 'zan_num':点赞数, 'content':'文章内容', 'isLike':是否点赞(1点赞 0未点赞), 'isFollow':用户是否关注 (1关注 0未关注), 'isCollect':用户是否收藏(1收藏 0未收藏) 'authorInfo':[ 'fansCount':粉丝数, 'articleCount':文章数, ] } <<< error { 'succeed':0请求异常, 'msg':'提示信息' , } ~~~