| | |
| | | package cn.gistack.alerts.sms.feign; |
| | | |
| | | import cn.gistack.alerts.sms.vo.SmsResultVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 短信发送记录 |
| | |
| | | String SEND_SMS_BY_OUT_CALL_NOT_CONNECT = API_PREFIX + "/sendSmsByOutCallNotConnect"; |
| | | String CREATE_OUT_CALL_ERROR_SEND_SMS = API_PREFIX + "/createOutCallErrorSendSms"; |
| | | |
| | | String SELECT_SMS_RESULT_PAGE = API_PREFIX + "/selectSmsResultPage"; |
| | | |
| | | @PostMapping(SELECT_SMS_RESULT_PAGE) |
| | | List<SmsResultVO> smsSuccessList(@RequestBody SmsResultVO smsResult); |
| | | |
| | | /** |
| | | * 保存短信发送记录 |
| | | * @param userNumber |