ueu2715 / weibo4j

Automatically exported from code.google.com/p/weibo4j
Other
0 stars 0 forks source link

参数名错误 #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
weibo4j.model.User类中的constructWapperUsers方法

long previousCursor = jsonUsers.getLong("previous_curosr");

应改为:

long previousCursor = jsonUsers.getLong("previous_cursor");

Original issue reported on code.google.com by xiaoran2...@gmail.com on 24 Sep 2012 at 3:13