cwl1992

Results 11 comments of cwl1992

医美消费指南 https://www.pgyer.com/yimeiandroid 测试账号 18539975679 000000 15738372614 123456 16650036962 123456 19999999999 111111

采蘑菇 https://a.app.qq.com/o/simple.jsp?pkgname=com.lx.cmg

不错 这个解决了滑动冲突的问题

华为 P40 meat 也不能点击 你们解决了吗 @yuqirong @noState @noState @ThugKd

@hongyangAndroid 建议增加获取个人信息 可以上传图片修改头像, 增加编辑站外收藏接口 等 列表数据可以动态让用户自己传递pageSize 若有值用传递数据,没值用默认20

我的想法是这样,通过看数据的返回值,猜测这个字段为0的时候的自己新建的收藏  这个时候显示编辑的按钮  通过传递 id 编辑  ![image](https://user-images.githubusercontent.com/19308630/129826171-2076736a-994a-4382-b8a4-7a03998f23a3.png) ![image](https://user-images.githubusercontent.com/19308630/129826229-f253a2c6-9277-4ea7-8c82-1c9b99ff5cf5.png) ![image](https://user-images.githubusercontent.com/19308630/129826299-0a1ebc92-6a14-4ce5-b0bd-f581b10eeedc.png)

已经 试过了 这3个接口均正常可以使用 但是第3个不知道是否按这样的进行区分,总之我按这样区分的可以更新成功 ![image](https://user-images.githubusercontent.com/19308630/131288795-601c7d4a-f825-4bae-bfbd-fbd4a3b39b6f.png)

//编辑站外收藏 //id,name,link @FormUrlEncoded @POST("lg/collect/updatetool/json") Observable editCollect(@Field("id") String id, @Field("name") String name, @Field("link") String link);

这是新增的收藏 //自己输入收藏 @FormUrlEncoded @POST("lg/collect/add/json") Observable addCollect(@Field("title") String title, @Field("author") String author, @Field("link") String link); 这是请求收藏列表的返回值 { "author": "崔老师", "chapterId": 0, "chapterName": "", "courseId": 13, "desc": "", "envelopePic": "", "id": 213044,...