{
  "project": {
    "name": "ZHCT store smoke sample",
    "source_openapi": "/Users/jack/code/010-cpt/008-zhct/zhctprompt/work_store/apifox/2026-05-08-smart-canteen/raw/openapi.json",
    "base_url": "https://zhctpmt.yyangpt.cn/mock-api",
    "openapi_title": "默认模块",
    "openapi_version": "1.0.0"
  },
  "metadata": {
    "request_count": 20,
    "filter_tag": null,
    "limit": 20,
    "use_examples": false,
    "warnings": []
  },
  "requests": [
    {
      "name": "合并一个数组",
      "description": "",
      "method": "POST",
      "path": "/p/test/mergearray",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/test/mergearray",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 1,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口/力扣算法"
        ],
        "x_apifox_folder": "示例接口/力扣算法",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "导入",
      "description": "",
      "method": "POST",
      "path": "/p/test/import",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/test/import",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 2,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口/力扣算法"
        ],
        "x_apifox_folder": "示例接口/力扣算法",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "指针移除指定值",
      "description": "",
      "method": "POST",
      "path": "/p/test/indexArray",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/test/indexArray",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 3,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口/力扣算法"
        ],
        "x_apifox_folder": "示例接口/力扣算法",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "删除数组中重复的项",
      "description": "",
      "method": "POST",
      "path": "/p/test/delRepeat",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/test/delRepeat",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 4,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口/力扣算法"
        ],
        "x_apifox_folder": "示例接口/力扣算法",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "查询宠物详情",
      "description": "",
      "method": "GET",
      "path": "/pet/{petId}",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/pet/{petId}",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 5,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口",
          "宠物"
        ],
        "x_apifox_folder": "示例接口",
        "x_apifox_status": "released"
      }
    },
    {
      "name": "删除宠物信息",
      "description": "",
      "method": "DELETE",
      "path": "/pet/{petId}",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/pet/{petId}",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 6,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口",
          "宠物"
        ],
        "x_apifox_folder": "示例接口",
        "x_apifox_status": "released"
      }
    },
    {
      "name": "新建宠物信息",
      "description": "",
      "method": "POST",
      "path": "/pet",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/pet",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 7,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口",
          "宠物"
        ],
        "x_apifox_folder": "示例接口",
        "x_apifox_status": "released"
      }
    },
    {
      "name": "修改宠物信息",
      "description": "",
      "method": "PUT",
      "path": "/pet",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/pet",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "{}",
      "order_index": 8,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口",
          "宠物"
        ],
        "x_apifox_folder": "示例接口",
        "x_apifox_status": "released"
      }
    },
    {
      "name": "根据状态查找宠物列表",
      "description": "",
      "method": "GET",
      "path": "/pet/findByStatus",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/pet/findByStatus",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 9,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "示例接口",
          "宠物"
        ],
        "x_apifox_folder": "示例接口",
        "x_apifox_status": "released"
      }
    },
    {
      "name": "获取部门权限",
      "description": "",
      "method": "POST",
      "path": "/p/staff/tree",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/tree",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 10,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/首页"
        ],
        "x_apifox_folder": "PC端/首页",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "获取权限",
      "description": "",
      "method": "POST",
      "path": "/p/menu/treeMenu",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/menu/treeMenu",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 11,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/首页"
        ],
        "x_apifox_folder": "PC端/首页",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "考勤",
      "description": "",
      "method": "POST",
      "path": "/p/Restaurant/mealTimeCount",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/Restaurant/mealTimeCount",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 12,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/首页"
        ],
        "x_apifox_folder": "PC端/首页",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "新建人员",
      "description": "",
      "method": "POST",
      "path": "/p/staff/add",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/add",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 13,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [],
        "x_apifox_folder": "",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "人员列表",
      "description": "",
      "method": "POST",
      "path": "/p/staff/lists",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/lists",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 14,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "国防科技大学/综合管理"
        ],
        "x_apifox_folder": "国防科技大学/综合管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "查看人员信息",
      "description": "",
      "method": "POST",
      "path": "/p/staff/info",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/info",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 15,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/人员管理"
        ],
        "x_apifox_folder": "PC端/人员管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "修改人员信息",
      "description": "",
      "method": "POST",
      "path": "/p/staff/update",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/update",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 16,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "国防科技大学/综合管理"
        ],
        "x_apifox_folder": "国防科技大学/综合管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "导出人员模版",
      "description": "",
      "method": "GET",
      "path": "/p/staff/downTemplate",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/downTemplate",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 17,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/人员管理"
        ],
        "x_apifox_folder": "PC端/人员管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "人员导入",
      "description": "",
      "method": "POST",
      "path": "/p/staff/import",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/import",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 18,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "国防科技大学/综合管理"
        ],
        "x_apifox_folder": "国防科技大学/综合管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "导出人员",
      "description": "",
      "method": "GET",
      "path": "/p/staff/export",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/export",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\", \"content-type\": \"application/json;charset=utf-8\"}",
      "body": "",
      "order_index": 19,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [
          "PC端/人员管理"
        ],
        "x_apifox_folder": "PC端/人员管理",
        "x_apifox_status": "developing"
      }
    },
    {
      "name": "人员导出",
      "description": "",
      "method": "POST",
      "path": "/p/staff/export",
      "url": "https://zhctpmt.yyangpt.cn/mock-api/p/staff/export",
      "headers": "{\"Access-Token\": \"{{terminal_token}}\"}",
      "body": "",
      "order_index": 20,
      "is_enabled": true,
      "stop_on_failure": true,
      "extract_rules": [],
      "assertions": [
        {
          "assertion_type": "status_code",
          "comparison": "equals",
          "expected_value": "200",
          "is_critical": true
        }
      ],
      "source": {
        "operation_id": "",
        "tags": [],
        "x_apifox_folder": "",
        "x_apifox_status": "developing"
      }
    }
  ]
}
