Skip to content

Commit 03be247

Browse files
authored
Merge pull request #103 from Tanc009/master
publish jdcloud-sdk-python 1.6.69
2 parents e25acc5 + 31e8a54 commit 03be247

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

jdcloud_sdk/services/asset/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ API版本:0.0.2
33

44
| 发布时间 | 版本号 | 更新 | 说明 |
55
| ---------- | ------ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6+
| 2020-07-10 | 0.0.3 | 修改网关地址 | host修改为asset.jdcloud-api.com | |
67
| 2020-07-07 | 0.0.2 | 完善返回字段描述信息 | 开放查询余额openAPI接口,完善返回字段描述信息 | |
78
| 2019-04-30 | 0.0.1 | 接口新增与更新 |初始版本,提供控制台以下功能接口:<br>1、控制台查询余额、充值状态、余额预警信息<br>2、消费/充值/提现列表<br>3、设置余额预警(开关/金额<br>4、充值、提现 | |
89

jdcloud_sdk/services/asset/client/AssetClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def __init__(self, credential, config=None, logger=None):
2626
if config is None:
2727
config = Config('asset.jdcloud-api.com')
2828

29-
super(AssetClient, self).__init__(credential, config, 'asset', '0.0.2', logger)
29+
super(AssetClient, self).__init__(credential, config, 'asset', '0.0.3', logger)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='jdcloud_sdk',
12-
version="1.6.68",
12+
version="1.6.69",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author='JDCloud API Gateway Team',

0 commit comments

Comments
 (0)