积分控制
哪吒 2020/1/1
点击勘误issues (opens new window),哪吒感谢大家的阅读
# 积分控制
@ApiOperation(value = "积分商品查询", notes = "积分商品查询")
public RestRetO getPointsWares(HttpServletRequest request) throws Exception {
}
@ApiOperation(value = "积分商品兑换", notes = "积分商品兑换")
public RestRetO getPointsExchange(@RequestParam("waresId") String waresId, HttpServletRequest request) throws Exception {
}
@ApiOperation(value = "积分记录分页查询", notes = "积分记录分页查询")
public RestRetO getPointsExchangeHis(@RequestBody PointsInoutBO pointsInoutBO, HttpServletRequest request) throws Exception {
// 手机号 + 身份证号
}