fanli/src/main/java/com/yeshi/fanli/controller/h5/H5PDDGoodsController.java
@@ -41,8 +41,8 @@ * @param out */ @RequestMapping(value = "getImageList", method = RequestMethod.GET) public void getCouponList(AcceptData acceptData, String callback, Long id, PrintWriter out) { if (id == null || id == 0) { public void getCouponList(AcceptData acceptData, String callback, String id, PrintWriter out) { if (id == null ) { out.print(JsonUtil.loadJSONP(callback, JsonUtil.loadFalseResult("请上传商品ID"))); return; }