Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复扩展状态码异常处理问题、添加了查询短信发送记录、空间和域名操作 相关方法 #379

Merged
merged 10 commits into from
Sep 23, 2020
Prev Previous commit
Next Next commit
Update test_qiniu.py
  • Loading branch information
yangjunren authored Aug 28, 2020
commit 94c6c09f01549495c1c4cb7e250cc5d90b0dc9d8
1 change: 0 additions & 1 deletion test_qiniu.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def test_appendfile(self):
token = self.q.upload_token(bucket_name)
ret, info = append_file(token, encodekey, data, offset)
print(info)
assert ret['nextAppendPosition']

def test_put_crc(self):
key = ''
Expand Down