...
|
...
|
@@ -79,7 +79,7 @@ public class FocusResourceParse implements IResourceParse { |
|
|
JSONArray dataArray = JSONConvert.transform2JSONArray(data);
|
|
|
int recommendSize = getRecommendSize(data);
|
|
|
if(recommendSize>0) {
|
|
|
JSONArray shopArray = buildShopInfo(getRecommendShopIds(channel, uid, udid),channel);
|
|
|
JSONArray shopArray = new JSONArray();//buildShopInfo(getRecommendShopIds(channel, uid, udid),channel);
|
|
|
for (Object obj : dataArray) {
|
|
|
if (obj instanceof JSONObject) {
|
|
|
JSONObject val = (JSONObject) obj;
|
...
|
...
|
|