Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhouprogram committed Jun 11, 2022
1 parent f1bbe2e commit fc50235
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ V免签 —— 个人开发者收款解决方案
在使用过程中,可以将屏幕关闭,省电,然后在收到支付信息后,软件会自动的打开前台并推送支付信息。
软件里面的心跳本来想移除用来省电的,但基于可靠性,虽然心跳会略微增加耗电,但还是没有去除

---

经过自测,软件只要开启网络,掉单概率大幅降低。主要改进点是两项。

一:优化了里面大量的 okhttp 的访问,做成了单例,防止某些情况下可能导致的内存溢出、错误崩溃等等
二:增加了一次网络重试(没有做三次、四次是防止重复提交导致订单出问题),而且是唤起到前台的网络重试,(之所以唤起到前台,是测试过小米等机型,如果app长时间在后台(6小时以上),app会被限制网络,除非启动前台Service或者Activity

===============


Expand Down

0 comments on commit fc50235

Please sign in to comment.