1
This commit is contained in:
parent
d9cbc1ff47
commit
0c4072b6e6
@ -70,7 +70,6 @@ public class MemberPointsController extends BaseController {
|
||||
/**
|
||||
* 修改博主积分变动明细
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('member:points:edit')")
|
||||
@Log(title = "博主积分变动明细", businessType = BusinessType.UPDATE)
|
||||
@PutMapping
|
||||
public AjaxResult edit(@RequestBody MemberPoints memberPoints) {
|
||||
@ -80,7 +79,6 @@ public class MemberPointsController extends BaseController {
|
||||
/**
|
||||
* 删除博主积分变动明细
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('member:points:remove')")
|
||||
@Log(title = "博主积分变动明细", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/{ids}")
|
||||
public AjaxResult remove(@PathVariable String[] ids) {
|
||||
|
Loading…
Reference in New Issue
Block a user