| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.resource.endpoint; |
| | | package org.springblade.Autowired.endpoint; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | import lombok.AllArgsConstructor; |
| | |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.core.tool.jackson.JsonUtil; |
| | | import org.springblade.core.tool.utils.Func; |
| | | import org.springblade.resource.builder.sms.SmsBuilder; |
| | | import org.springblade.Autowired.builder.sms.SmsBuilder; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | |
| | | import java.util.HashMap; |
| | | import java.util.Map; |
| | | |
| | | import static org.springblade.resource.utils.SmsUtil.*; |
| | | import static org.springblade.Autowired.utils.SmsUtil.*; |
| | | |
| | | /** |
| | | * 短信服务端点 |