检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
The SMS fails to be sent. For details, see status. 短信发送失败,描述见参数status。 查看响应参数中的status确认发送失败的原因,修改后重新发送。 401 E000101 Authentication failed. 鉴权失败。
23 24 25 26 27 28 29 30 31 32 package main import ( "fmt" "net/url" "strings" ) func main() { // 短信平台上报状态报告数据样例(urlencode)
23 24 25 26 27 28 29 30 31 32 package main import ( "fmt" "net/url" "strings" ) func main() { // 短信平台上报状态报告数据样例(urlencode)
The SMS fails to be sent. For details, see status. 短信发送失败,描述见参数status。 查看响应参数中的status确认发送失败的原因,修改后重新发送。 401 E000101 Authentication failed. 鉴权失败。
} // To prevent API invoking failures caused by HTTPS certificate authentication failures, ignore the certificate trust issue to
print('Send sms failed. smsMsgId: ', keyValues.get('smsMsgId')[0]); print('Failed status: ', status[0]); if __name__ == '__main__': #
"password": "********", "domain": { "name": "domainname" } }
print('Send sms failed. smsMsgId: ', keyValues.get('smsMsgId')[0]); print('Failed status: ', status[0]); if __name__ == '__main__': #
Console.WriteLine("Send sms failed. smsMsgId: " + keyValues.Get("smsMsgId")); Console.WriteLine("Failed status: " + status);
"password": "********", "domain": { "name": "domainname" } }
SDK的主要步骤: 创建认证。 创建MsgsmsClient实例并初始化。 实例化请求对象。 调用创建短信应用接口。 package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic"
APIs of the MSGSMS. */ public class SendSms { public static void main(String[] args) { System.out.println("Start HUAWEI CLOUD MSGSMS
"error_msg": "Signature status should be to be activated.", "error_detail": "Signature status should be TO_BE_ACTIVATED." } 父主题: 短信签名
打印status和orgCode print 'Send sms failed. smsMsgId: ' . $keyValues['smsMsgId'] . PHP_EOL; print 'Failed status: ' . $status . PHP_EOL;
打印status和orgCode console.log('Send sms failed. smsMsgId: ', keyValues.smsMsgId); console.log('Failed status: ', status); } } // on
打印status和orgCode console.log('Send sms failed. smsMsgId: ', keyValues.smsMsgId); console.log('Failed status: ', status); } } // on
打印status和orgCode print 'Send sms failed. smsMsgId: ' . $keyValues['smsMsgId'] . PHP_EOL; print 'Failed status: ' . $status . PHP_EOL;
profile=\"UsernameToken\",type=\"Appkey\""; public static void main(String[] args) throws Exception { //必填,请参考"开发准备"获取如下数据,替换为实际值
exceptions from huaweicloudsdkmsgsms.v2 import * if __name__ == "__main__": # 认证用的ak和sk直接写到代码中有很大的安全风险,建议在配置文件或者环境变量中密文存放,使用时解密,确保安全。
Key、Application Secret;获取Endpoint/HOST之处,需要替换为APP接入地址;不涉及获取X-Project-Id、X-Domain-Id、Project_Id。 签名SDK只提供签名功能,与服务提供的SDK不同,使用时请注意。 X-WSSE认证 短信发送的接口使用X-WSSE认证。