| | |
| | | /** |
| | | * 发送短信验证码 |
| | | * @param smsGeneralSendDto |
| | | * @return |
| | | * @return SendResultDto转化接收 |
| | | */ |
| | | @PostMapping(value = "/send-general/item/send/verification/code") |
| | | Result sendVerificationCode(@RequestBody SmsGeneralSendDto smsGeneralSendDto); |
| | |
| | | /** |
| | | * 发送通知短信 |
| | | * @param smsGeneralSendDto |
| | | * @return |
| | | * @return SendResultDto转化接收 |
| | | */ |
| | | @PostMapping(value = "/send-general/item/send/inform") |
| | | Result sendNoticeSms(@RequestBody SmsGeneralSendDto smsGeneralSendDto); |
| | |
| | | /** |
| | | * 发送营销短信 |
| | | * @param smsGeneralSendDto |
| | | * @return |
| | | * @return SendResultDto转化接收 |
| | | */ |
| | | @PostMapping(value = "/send-general/item/send/marketing") |
| | | Result sendMarketingSend(@RequestBody SmsGeneralSendDto smsGeneralSendDto); |