| | |
| | | @PostMapping(value = "/t-app-user/refundPoints/{param}") |
| | | public R refundPoints(@PathVariable("param")String param); |
| | | |
| | | @PostMapping(value = "/t-app-user/user/give/vip") |
| | | @PostMapping(value = "/t-app-user/user/give/vip1") |
| | | public R giveVip(@RequestBody GiveVipDto giveVipDto); |
| | | |
| | | |
| | |
| | | R<String> getWXToken(); |
| | | |
| | | /** |
| | | * 敏感词检测 |
| | | * @param content |
| | | * @param openid |
| | | * @return |
| | | */ |
| | | @PostMapping("/wxLogin/sensitiveWordDetection") |
| | | R<Boolean> sensitiveWordDetection (@RequestParam("content") String content, @RequestParam("openid") String openid); |
| | | |
| | | /** |
| | | * 短信发送 |
| | | * @return |
| | | */ |