Commit 65c71962 by weijiguang

push

parent dcd0bcdd
package com.soss.web.controller.coffee;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.soss.common.core.domain.AjaxResult;
import com.soss.common.exception.ServiceException;
......@@ -82,6 +83,10 @@ public class ApplicationController {
} catch (Exception e) {
shop.setDistance("-1");
}
JSONArray goods = redisJson.getJSONArray("goods");
log.info("redisJson:{}", redisJson.toJSONString());
log.info("goods:{}", goods.toJSONString());
redisJson.put("shop", shop);
//推送数据给安卓
JSONObject jgBody = new JSONObject();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment