|
@@ -36,7 +36,7 @@ namespace Hotline.Api.Controllers
|
|
|
/// 0 30 09,14 * * ?
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
- [HttpGet("send-overtime-sms")]
|
|
|
+ [HttpPost("send-overtime-sms")]
|
|
|
[AllowAnonymous]
|
|
|
public async Task SendOverTimeSms()
|
|
|
{
|
|
@@ -48,7 +48,7 @@ namespace Hotline.Api.Controllers
|
|
|
/// 0 0/1 * * * ?
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
- [HttpGet("send-todaywaitnum")]
|
|
|
+ [HttpPost("send-todaywaitnum")]
|
|
|
[AllowAnonymous]
|
|
|
public async Task SendToDayWaitNum()
|
|
|
{
|
|
@@ -68,7 +68,7 @@ namespace Hotline.Api.Controllers
|
|
|
/// 0/5 * * * * ?
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
- [HttpGet("send-currentwaitnum")]
|
|
|
+ [HttpPost("send-currentwaitnum")]
|
|
|
[AllowAnonymous]
|
|
|
public async Task SendCurrentWaitNum()
|
|
|
{
|