in reply to alibaba cloud sms api
Have you compared the requests that PHP or Python send with what your Perl code sends?
You can look at what Perl would send by using:
print $req->as_string;
Most likely, you are missing one or more of the parameters. Maybe the error message is somewhat misleading.
Looking at the PHP source code, it sets version to 2016-09-27 here. So, have you made sure that the Ruby or PHP code actually works?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |