## `POST http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` **cURL Command:** ```sh 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": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073"}]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ { "description": "example_string", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073" } ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0013s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "60", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": true, "message": "创建成功" } ``` --- ## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` **cURL Command:** ```sh 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/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a ``` ### Request Details - **Method:** `GET` - **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` - **Headers:** ```json { "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "222", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": { "description": "example_string", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073" }, "message": "读取成功" } ``` --- ## `PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` **cURL Command:** ```sh 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": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073"}]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ { "description": "updated-test-entry-from-scenario", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073" } ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "60", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": true, "message": "创建成功" } ``` --- ## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` **cURL Command:** ```sh 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/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a ``` ### Request Details - **Method:** `GET` - **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/5c72a7d5-99bd-40bf-86f6-1fba7040ce7a` - **Headers:** ```json { "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "240", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": { "description": "updated-test-entry-from-scenario", "lujing_test_id": "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.434073" }, "message": "读取成功" } ``` --- ## `DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` **cURL Command:** ```sh 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": ["5c72a7d5-99bd-40bf-86f6-1fba7040ce7a"]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ "5c72a7d5-99bd-40bf-86f6-1fba7040ce7a" ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "81", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0024s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0020s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0013s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0012s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0012s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0013s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0012s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0013s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0017s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0015s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0014s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0007s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0008s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0011s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "96", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184"}]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ { "description": "example_string", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184" } ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0014s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "60", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": true, "message": "创建成功" } ``` --- ## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` **cURL Command:** ```sh 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/d2189d82-1e42-4ffa-bd27-9221593f9ca1 ``` ### Request Details - **Method:** `GET` - **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` - **Headers:** ```json { "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0009s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "222", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": { "description": "example_string", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184" }, "message": "读取成功" } ``` --- ## `PUT http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` **cURL Command:** ```sh 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": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184"}]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ { "description": "updated-test-entry-from-scenario", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184" } ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0016s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "60", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": true, "message": "创建成功" } ``` --- ## `GET http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` **cURL Command:** ```sh 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/d2189d82-1e42-4ffa-bd27-9221593f9ca1 ``` ### Request Details - **Method:** `GET` - **Full URL:** `http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test/1.0.0/d2189d82-1e42-4ffa-bd27-9221593f9ca1` - **Headers:** ```json { "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0016s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "240", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": { "description": "updated-test-entry-from-scenario", "lujing_test_id": "d2189d82-1e42-4ffa-bd27-9221593f9ca1", "record_count": 0, "status": "active", "update_date": "2025-07-19T08:41:52.555184" }, "message": "读取成功" } ``` --- ## `DELETE http://127.0.0.1:5001/api/dms/wb_ml/v1/lujing_test` **cURL Command:** ```sh 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": ["d2189d82-1e42-4ffa-bd27-9221593f9ca1"]}' --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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` - **Body:** ```json { "data": [ "d2189d82-1e42-4ffa-bd27-9221593f9ca1" ] } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "81", "Connection": "close" } ``` - **Body:** ```json { "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:** ```sh 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:** ```json { "Content-Type": "application/json", "Accept": "application/json" } ``` ### Response Details - **Status Code:** `200` - **Elapsed Time:** `0.0010s` - **Headers:** ```json { "Server": "Werkzeug/3.1.3 Python/3.12.0", "Date": "Sat, 19 Jul 2025 00:41:52 GMT", "Content-Type": "application/json", "Content-Length": "85", "Connection": "close" } ``` - **Body:** ```json { "code": 0, "data": [], "message": "获取 'lujing_test' 列表成功" } ``` ---