区域&客服人员每日派发数量统计

This commit is contained in:
z66
2025-12-09 11:59:03 +08:00
parent 8c34b781e0
commit 262d443b5c
3 changed files with 163 additions and 1 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class API:
payload = json.dumps({
"app_id": data['api_key'], # 应用ID
"entry_id": data['entry_id'], # 表单ID
"limit": 100,
"limit": 90,
"data_id": last_data_id,
"filter":data.get('filter', None)
})