Commit a245d3c5 authored by 张允禹's avatar 张允禹

fix

parent 8fa5cbea
...@@ -241,7 +241,7 @@ class AcsClient: ...@@ -241,7 +241,7 @@ class AcsClient:
status, headers, body = self._implementation_of_do_action(acs_request) status, headers, body = self._implementation_of_do_action(acs_request)
request_id = None request_id = None
body = body.encode() body = body.decode()
ret = body ret = body
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment