|
|
@ -44,7 +44,8 @@ public class BackDoorController { |
|
|
|
* @param customerId |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@GetMapping(value = "initpointrule") |
|
|
|
//@GetMapping(value = "initpointrule")
|
|
|
|
@RequestMapping(value = "initpointrule", method = {RequestMethod.POST, RequestMethod.GET}) |
|
|
|
public Result<InitPointRuleResultDTO> initPointRule(@RequestParam(required = false) String customerId) { |
|
|
|
InitPointRuleResultDTO resultDTO = pointRuleService.initPointRule(customerId); |
|
|
|
return new Result<InitPointRuleResultDTO>().ok(resultDTO); |
|
|
|