{
"endpoint": "/api/query",
"httpMethod": "POST",
"body": {
"formid": "BD_Customer",
"data": {
"FilterString": "FName like '%测试%'",
"OrderString": "FCreateDate DESC"
}
}
}{
"endpoint": "/api/save",
"httpMethod": "POST",
"body": {
"formid": "BD_Customer",
"data": {
"FName": "新客户",
"FNumber": "CUST001",
"FCreateDate": "2024-01-01"
}
}
}{
"endpoint": "/api/upload",
"httpMethod": "POST",
"body": {
"data": {
"SendByte": "https://example.com/file.pdf",
"FileName": "合同.pdf"
}
}
}{
"endpoint": "/api/download",
"httpMethod": "POST",
"body": {
"data": {
"FileId": "file_123456"
}
}
}