admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
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;
        }