短信-腾讯云-region修改成香港
This commit is contained in:
@@ -59,7 +59,7 @@ public class TencentSmsConfiguration {
|
||||
clientProfile.setHttpProfile(httpProfile);
|
||||
/* 实例化要请求产品(以sms为例)的client对象
|
||||
* 第二个参数是地域信息,可以直接填写字符串ap-guangzhou,支持的地域列表参考 https://cloud.tencent.com/document/api/382/52071#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8 */
|
||||
return new SmsClient(credential, "ap-guangzhou", clientProfile);
|
||||
return new SmsClient(credential, "ap-hongkong", clientProfile);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user