lianleven / LLHTTPClient

基于AFNetworking3.0的请求封装
13 stars 4 forks source link

对请求回来的字典进行打印,会打印两次 #2

Closed Antduo closed 6 years ago

Antduo commented 8 years ago

2016-06-23 22:29:22.128 LYHttpClient[1935:297786] ==========>>>>( "<Post: 0x7fd862458760>", "<Post: 0x7fd8624636f0>", "<Post: 0x7fd8624652c0>", "<Post: 0x7fd862466420>", "<Post: 0x7fd862468e20>", "<Post: 0x7fd86246a290>", "<Post: 0x7fd86246b740>", "<Post: 0x7fd86246def0>", "<Post: 0x7fd86246f8e0>", "<Post: 0x7fd862470f80>", "<Post: 0x7fd862472550>", "<Post: 0x7fd8624738a0>", "<Post: 0x7fd862476120>", "<Post: 0x7fd862428050>", "<Post: 0x7fd8624241d0>", "<Post: 0x7fd862422c70>", "<Post: 0x7fd86242b7e0>", "<Post: 0x7fd862427530>", "<Post: 0x7fd86245e7c0>", "<Post: 0x7fd862461040>" ) 2016-06-23 22:29:26.126 LYHttpClient[1935:297786] ==========>>>>( "<Post: 0x7fd862476140>", "<Post: 0x7fd8624738c0>", "<Post: 0x7fd8624737a0>", "<Post: 0x7fd862465e00>", "<Post: 0x7fd862471ba0>", "<Post: 0x7fd86246f900>", "<Post: 0x7fd86246df10>", "<Post: 0x7fd86245a310>", "<Post: 0x7fd86246bbe0>", "<Post: 0x7fd862466e50>", "<Post: 0x7fd86246a3d0>", "<Post: 0x7fd862469ca0>", "<Post: 0x7fd86241d890>", "<Post: 0x7fd8624139a0>", "<Post: 0x7fd86241e540>", "<Post: 0x7fd86241ea40>", "<Post: 0x7fd86242e130>", "<Post: 0x7fd8624105a0>", "<Post: 0x7fd862405c40>", "<Post: 0x7fd862429e50>" )

lianleven commented 8 years ago

使用的缓存模式应该是先返回缓存,在加载吧

Antduo commented 8 years ago

我换个模式试试