履约表日期调整

This commit is contained in:
z66
2025-12-02 17:34:47 +08:00
parent 6c316e6c61
commit 502b3d4e4e
12 changed files with 232 additions and 56 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class APIClient:
def __init__(self):
self.headers = {
'Authorization': Config.JIANDAOYUN_API_TOKEN,
'Content-Type': 'application/json'
'Content-Type': 'application/json.json'
}
def request(self, url, payload, method='POST'):