Skip to content

Commit 9e5ebc9

Browse files
authored
sdk: rolling update for 0.11.45 (#248)
1 parent 55fc3bd commit 9e5ebc9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ucloud/services/uvms/client.py

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def send_uvms_message(
2121
**Request**
2222
2323
- **ProjectId** (str) - (Config) 项目ID。不填写为默认项目,子帐号必须填写。 请参考 `GetProjectList接口 <https://docs.ucloud.cn/api/summary/get_project_list>`_
24-
- **Region** (str) - (Config)
2524
- **CalledNumber** (str) - (Required) 被叫号码,采用 E.164 标准,格式为+[国家代码][用户号码]。例如:+8613512345678, 其中前面有一个+号 ,86为国家码,13512345678为手机号
2625
- **TemplateId** (str) - (Required) 模板 ID,在控制台审核通过的模板 ID。
2726
- **DispatchRule** (int) - 调度规则,0-默认(归属地优先),1-随机。当不指定外显号码(主叫号码为空)时生效。如不填写,默认为归属地优先。
@@ -41,7 +40,6 @@ def send_uvms_message(
4140
# build request
4241
d = {
4342
"ProjectId": self.config.project_id,
44-
"Region": self.config.region,
4543
}
4644
req and d.update(req)
4745
d = apis.SendUVMSMessageRequestSchema().dumps(d)

ucloud/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.11.44"
1+
version = "0.11.45"

0 commit comments

Comments
 (0)