| | |
| | | using CommonUtil; |
| | | using CommonUtil.Web; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Operater.DAL; |
| | | using Operater.DbModel; |
| | |
| | | |
| | | }; |
| | | bool issuccess = new SmsSendDAL().Insert(smsSend); |
| | | //发送待审核消息 |
| | | string shCount = "1"; |
| | | string warStr = "您有待审核的任务\n>类型:待审核\n>数量:" + shCount + "\n>查看:[点击处理](https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7a9a40880081340d&redirect_uri=https%3A%2F%2Fsms.ushopvip.com%2Fpages%2Fad_page%2Ftrans&response_type=code&scope=snsapi_base&state=gzh#wechat_redirect)"; |
| | | SendQwGroup.SendMessage(warStr); |
| | | return Success(issuccess); |
| | | } |
| | | |