Developing the only method.
This commit is contained in:
@@ -37,3 +37,12 @@ class Data_sync:
|
||||
return json.loads(res.text)
|
||||
else:
|
||||
return res.text
|
||||
|
||||
|
||||
def new (self, data_sync_report: dict):
|
||||
"""
|
||||
???
|
||||
"""
|
||||
|
||||
return self.__request_json_post__("/ipc/datasyncreportmgr/new", data_sync_report)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user