🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 我的关注-最新任务列表 ~~~[api] post:wechat_applet/wxvideo3/follow_task_list *string:u_id=默认值#用户索引 *int:PIN=默认值#页码 <<< success { 'succeed': (0响应失败 1响应成功 2响应成功但是数据为空), 'msg':'提示信息', 'next':下一页页码 'task_list':[ 'head':'头像', 'nickname':'用户名称', 'u_id':'用户索引', 'num':'更新任务数', 'list':[ 'twl_id' : '任务索引', 'type' : '类型(1关注,2点赞)', 'name':'任务名', 'price' :客单价, 'total' : 任务总数, 'num':'剩余任务数', 'lt_name':'接单要求', "percent": ''已完成百分比" ] ] } <<< error { 'succeed': 0, 'msg': '提示信息' } ~~~