Compare commits

..

No commits in common. "7bb508ab4a423450290ea589d1b355cb9a19df6f" and "564007d45d80c0c7da216fc0f8a9822326b2394a" have entirely different histories.

View File

@ -337,7 +337,7 @@ func SendMsg(c *gin.Context) {
//cache.RedisClient.Incr(minutekey)
// ============================== redis检查ip结束
//todo 审核使用账号
if req.TelNum == "8618888888888" {
if req.TelNum == "18888888888" {
service.Success1(c, "发送成功", &account.SendMsgStatusResponse{})
return
}