2025-07-12 19:53:21 +08:00

54 KiB

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{"data": [{"description": "example_string", "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8", "record_count": 0, "status": "active", "update_date": "2025-07-12T19:52:34.667370"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    {
      "description": "example_string",
      "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8",
      "record_count": 0,
      "status": "active",
      "update_date": "2025-07-12T19:52:34.667370"
    }
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0006s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "60",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "创建成功"
}

GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8

Request Details

  • Method: GET
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8
  • Headers:
{
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0006s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "222",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": {
    "description": "example_string",
    "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8",
    "record_count": 0,
    "status": "active",
    "update_date": "2025-07-12T19:52:34.667370"
  },
  "message": "读取成功"
}

PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{"data": [{"description": "updated-test-entry-from-scenario", "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8", "record_count": 0, "status": "active", "update_date": "2025-07-12T19:52:34.667370"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: PUT
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    {
      "description": "updated-test-entry-from-scenario",
      "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8",
      "record_count": 0,
      "status": "active",
      "update_date": "2025-07-12T19:52:34.667370"
    }
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0006s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "60",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "创建成功"
}

GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8

Request Details

  • Method: GET
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/8de4c8a9-8809-41ea-aa71-63d7d89842d8
  • Headers:
{
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "240",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": {
    "description": "updated-test-entry-from-scenario",
    "lujing_test_id": "8de4c8a9-8809-41ea-aa71-63d7d89842d8",
    "record_count": 0,
    "status": "active",
    "update_date": "2025-07-12T19:52:34.667370"
  },
  "message": "读取成功"
}

DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{"data": ["8de4c8a9-8809-41ea-aa71-63d7d89842d8"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: DELETE
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    "8de4c8a9-8809-41ea-aa71-63d7d89842d8"
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "81",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "成功删除 1 条记录"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0007s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0006s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0011s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_dr/v1/wb_dr_pro_daily_report/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0004s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "96",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'wb_dr_pro_daily_report' 列表成功"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 187' -d '{"data": [{"description": "example_string", "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92", "record_count": 0, "status": "active", "update_date": "2025-07-12T19:52:34.720791"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    {
      "description": "example_string",
      "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92",
      "record_count": 0,
      "status": "active",
      "update_date": "2025-07-12T19:52:34.720791"
    }
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "60",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "创建成功"
}

GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92

Request Details

  • Method: GET
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92
  • Headers:
{
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "222",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": {
    "description": "example_string",
    "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92",
    "record_count": 0,
    "status": "active",
    "update_date": "2025-07-12T19:52:34.720791"
  },
  "message": "读取成功"
}

PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -X PUT -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 205' -d '{"data": [{"description": "updated-test-entry-from-scenario", "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92", "record_count": 0, "status": "active", "update_date": "2025-07-12T19:52:34.720791"}]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: PUT
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    {
      "description": "updated-test-entry-from-scenario",
      "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92",
      "record_count": 0,
      "status": "active",
      "update_date": "2025-07-12T19:52:34.720791"
    }
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "60",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "创建成功"
}

GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92

cURL Command:

curl -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92

Request Details

  • Method: GET
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/0d8b2597-95d8-4290-9ed1-d4412dedfd92
  • Headers:
{
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "240",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": {
    "description": "updated-test-entry-from-scenario",
    "lujing_test_id": "0d8b2597-95d8-4290-9ed1-d4412dedfd92",
    "record_count": 0,
    "status": "active",
    "update_date": "2025-07-12T19:52:34.720791"
  },
  "message": "读取成功"
}

DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

cURL Command:

curl -X DELETE -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 50' -d '{"data": ["0d8b2597-95d8-4290-9ed1-d4412dedfd92"]}' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test

Request Details

  • Method: DELETE
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}
  • Body:
{
  "data": [
    "0d8b2597-95d8-4290-9ed1-d4412dedfd92"
  ]
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "81",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": true,
  "message": "成功删除 1 条记录"
}

POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

cURL Command:

curl -X POST -H 'User-Agent: python-requests/2.32.3' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'Content-Type: application/json' -H 'Content-Length: 0' --insecure http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0

Request Details

  • Method: POST
  • Full URL: http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0
  • Headers:
{
  "Content-Type": "application/json",
  "Accept": "application/json"
}

Response Details

  • Status Code: 200
  • Elapsed Time: 0.0005s
  • Headers:
{
  "Server": "Werkzeug/3.1.3 Python/3.12.0",
  "Date": "Sat, 12 Jul 2025 11:52:34 GMT",
  "Content-Type": "application/json",
  "Content-Length": "85",
  "Connection": "close"
}
  • Body:
{
  "code": 0,
  "data": [],
  "message": "获取 'lujing_test' 列表成功"
}