fix
This commit is contained in:
@@ -139,7 +139,6 @@ public class PlayAvatarFrameInfoController {
|
||||
@Log(title = "赠送店员头像框", businessType = BusinessType.INSERT)
|
||||
@PostMapping("/sendAvatarFrame")
|
||||
public R sendAvatarFrame(@ApiParam(value = "赠送信息", required = true) @Validated @RequestBody PlayAvatarFrameSendVo vo) {
|
||||
System.out.println(vo);
|
||||
return R.error("添加失败");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user