|
|
@ -72,7 +72,7 @@ public class BsDiscountUserController { |
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value="/give",method = RequestMethod.POST) |
|
|
|
@RequestMapping(value="/give",method = RequestMethod.POST) |
|
|
|
@ResponseBody |
|
|
|
@ResponseBody |
|
|
|
@ApiOperation(value = "转赠他人") |
|
|
|
@ApiOperation(value = "赠送") |
|
|
|
public ResponseData give(@RequestBody JSONObject body) { |
|
|
|
public ResponseData give(@RequestBody JSONObject body) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
if (body == null |
|
|
|
if (body == null |
|
|
|