File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ def send_uvms_message(
21
21
**Request**
22
22
23
23
- **ProjectId** (str) - (Config) 项目ID。不填写为默认项目,子帐号必须填写。 请参考 `GetProjectList接口 <https://docs.ucloud.cn/api/summary/get_project_list>`_
24
- - **Region** (str) - (Config)
25
24
- **CalledNumber** (str) - (Required) 被叫号码,采用 E.164 标准,格式为+[国家代码][用户号码]。例如:+8613512345678, 其中前面有一个+号 ,86为国家码,13512345678为手机号
26
25
- **TemplateId** (str) - (Required) 模板 ID,在控制台审核通过的模板 ID。
27
26
- **DispatchRule** (int) - 调度规则,0-默认(归属地优先),1-随机。当不指定外显号码(主叫号码为空)时生效。如不填写,默认为归属地优先。
@@ -41,7 +40,6 @@ def send_uvms_message(
41
40
# build request
42
41
d = {
43
42
"ProjectId" : self .config .project_id ,
44
- "Region" : self .config .region ,
45
43
}
46
44
req and d .update (req )
47
45
d = apis .SendUVMSMessageRequestSchema ().dumps (d )
Original file line number Diff line number Diff line change 1
- version = "0.11.44 "
1
+ version = "0.11.45 "
You can’t perform that action at this time.
0 commit comments