yujian
2019-08-23 ac8e9b9d4e5f15369c1c1df49c63378fb1ae6f7b
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/IntegralControllerV2.java
@@ -11,6 +11,7 @@
import java.util.Set;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -427,7 +428,7 @@
         JSONObject data = new JSONObject();
         data.put("result", gson.toJson(exchange));
         data.put("userGoldCoin", extraVO.getGoldCoin());
         data.put("goldCoin", extraVO.getGoldCoin() + "枚");
         out.print(JsonUtil.loadTrueResult(data));
      } catch (IntegralExchangeException e) {
         out.print(JsonUtil.loadFalseResult(1, e.getMsg()));