lib/aliyun/dyvms.rb in aliyun-rails-0.1.20 vs lib/aliyun/dyvms.rb in aliyun-rails-0.1.21
- old
+ new
@@ -17,9 +17,9 @@
CalledNumber: called_number,
TtsCode: tts_code,
TtsParam: tts_param.to_json
}
opts = { method: "POST", timeout: 15000 }
- request(action: "SendSms", params: params, opts: opts)
+ request(action: "SingleCallByTts", params: params, opts: opts)
end
end
end