Commit 1fc758d8 authored by Quxl's avatar Quxl

x

parent 3d0cc611
...@@ -126,7 +126,7 @@ public class CartController { ...@@ -126,7 +126,7 @@ public class CartController {
return cartService.updateQty(jsonObj,terminal); return cartService.updateQty(jsonObj,terminal);
} }
@ApiOperation("修改数量(JSON格式)") @ApiOperation("修改价格(JSON格式)")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", name = "orgNo", dataType = "String", required = true), @ApiImplicitParam(paramType = "query", name = "orgNo", dataType = "String", required = true),
@ApiImplicitParam(paramType = "query", name = "data", dataType = "String", required = false, value = "JSON格式", defaultValue = "{\"shopNO\": \"00029975\", \"idx\": 2,\"setPrice\": \"2.3\"}"), @ApiImplicitParam(paramType = "query", name = "data", dataType = "String", required = false, value = "JSON格式", defaultValue = "{\"shopNO\": \"00029975\", \"idx\": 2,\"setPrice\": \"2.3\"}"),
......
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