|
|
@@ -47,7 +47,7 @@ func SmsSend(engine *xorm.Engine, args map[string]interface{}) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
platformCount := gjson.Get(send, "data.smsNum").Int() |
|
|
|
platformCount := gjson.Get(send, "smsNum").Int() |
|
|
|
if int(platformCount) < count*int(contentLen) { |
|
|
|
return errors.New("平台短信不足") |
|
|
|
} |
|
|
|