Skip to content

Conversation

miewx
Copy link

@miewx miewx commented Sep 14, 2018

测试脚本如下

#!/usr/bin/env python
from qiniu import DomainManager
import qiniu

access_key = ""
secret_key = ""

auth = qiniu.Auth(access_key=access_key, secret_key=secret_key)
domain_manager = DomainManager(auth)
for i in domain_manager.domain_iter():
    print(i['name'])

@miewx
Copy link
Author

miewx commented Sep 14, 2018

这个测试错误貌似不是我的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants