{
  "openapi": "3.0.1",
  "info": {
    "title": "AI运动营养师接口 - 代码同步",
    "version": "1.0.0",
    "description": "由 ai_app 与 ai_api 自动生成，用于同步到 Apifox AI运动营养师目录。"
  },
  "servers": [
    {
      "url": "https://aizhctdev.yyangpt.cn/index.php?s=",
      "description": "开发环境"
    }
  ],
  "tags": [
    {
      "name": "AI运动营养师"
    },
    {
      "name": "AI运动营养师/中国银行"
    },
    {
      "name": "AI运动营养师/健康建议"
    },
    {
      "name": "AI运动营养师/华为健康"
    },
    {
      "name": "AI运动营养师/小程序设置"
    },
    {
      "name": "AI运动营养师/我的"
    },
    {
      "name": "AI运动营养师/我的/体重管理"
    },
    {
      "name": "AI运动营养师/我的/健康建议"
    },
    {
      "name": "AI运动营养师/数据同步"
    },
    {
      "name": "AI运动营养师/用户认证模块"
    },
    {
      "name": "AI运动营养师/百炼AI"
    },
    {
      "name": "AI运动营养师/积分排行榜"
    },
    {
      "name": "AI运动营养师/英吉多设备"
    },
    {
      "name": "AI运动营养师/菜品管理"
    },
    {
      "name": "AI运动营养师/订单管理"
    },
    {
      "name": "AI运动营养师/订餐"
    },
    {
      "name": "AI运动营养师/订餐/订单支付"
    },
    {
      "name": "AI运动营养师/订餐/购物车"
    },
    {
      "name": "AI运动营养师/设备数据同步"
    },
    {
      "name": "AI运动营养师/运动"
    },
    {
      "name": "AI运动营养师/运动课程"
    },
    {
      "name": "AI运动营养师/首页"
    },
    {
      "name": "AI运动营养师/首页/营养单日及阶段报告"
    }
  ],
  "paths": {
    "/api/activity/types": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "activity/types",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_activity_types",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/captcha/image": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "image",
        "description": "由代码自动生成。来源：api/captcha.js",
        "operationId": "get__api_captcha_image",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/captcha/sendSmsCaptcha": {
      "post": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "sendSmsCaptcha",
        "description": "由代码自动生成。来源：api/captcha.js",
        "operationId": "post__api_captcha_sendSmsCaptcha",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/comment/list": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/comment.js",
        "operationId": "get__api_comment_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/comment/listRows": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "listRows",
        "description": "由代码自动生成。来源：api/comment.js",
        "operationId": "get__api_comment_listRows",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/comment/total": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "total",
        "description": "由代码自动生成。来源：api/comment.js",
        "operationId": "get__api_comment_total",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/enum/all": {
      "post": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "enum",
        "description": "由代码自动生成。来源：api/enum.js",
        "operationId": "post__api_enum_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/expert.qrcode/get": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "专家二维码 - 获取",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_expert_qrcode_get",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/express/list": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/express.js",
        "operationId": "get__api_express_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/help/list": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/help.js",
        "operationId": "get__api_help_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/mealOrder/evaluate": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "evaluate_list",
        "description": "由代码自动生成。来源：api/ratingvote/evaluate.js",
        "operationId": "get__api_mealOrder_evaluate",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/mealOrder/evaluateSubmit": {
      "post": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "evaluateSubmit",
        "description": "由代码自动生成。来源：api/ratingvote/evaluate.js",
        "operationId": "post__api_mealOrder_evaluateSubmit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/enterpriseAuth": {
      "post": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "enterpriseAuth",
        "description": "由代码自动生成。来源：api/store.js",
        "operationId": "post__api_passport_enterpriseAuth",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/recharge/center": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "center",
        "description": "由代码自动生成。来源：api/recharge.js",
        "operationId": "get__api_recharge_center",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/recharge/submit": {
      "post": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "submit",
        "description": "由代码自动生成。来源：api/recharge.js",
        "operationId": "post__api_recharge_submit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/recharge/tradeQuery": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "tradeQuery",
        "description": "由代码自动生成。来源：api/recharge.js",
        "operationId": "get__api_recharge_tradeQuery",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/store/data": {
      "get": {
        "tags": [
          "AI运动营养师"
        ],
        "summary": "data",
        "description": "由代码自动生成。来源：api/store.js",
        "operationId": "get__api_store_data",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师"
      }
    },
    "/api/bank/bindUserLogin": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/bindUserLogin",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_bindUserLogin",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/currentLoginUser": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/currentLoginUser",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_currentLoginUser",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/oauthAppAuth": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "PSBC Bank routes",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_oauthAppAuth",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/payUrl": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/payUrl",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_payUrl",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/relatedUsers": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/relatedUsers",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_relatedUsers",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/smartCanteenUrl": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/smartCanteenUrl",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_smartCanteenUrl",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/switchLoginUser": {
      "post": {
        "tags": [
          "AI运动营养师/中国银行"
        ],
        "summary": "bank/switchLoginUser",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_bank_switchLoginUser",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/中国银行",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/health.suggestion/info": {
      "post": {
        "tags": [
          "AI运动营养师/健康建议"
        ],
        "summary": "info",
        "description": "由代码自动生成。来源：api/health/index.js",
        "operationId": "post__api_health_suggestion_info",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/健康建议",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/health.suggestion/replace": {
      "post": {
        "tags": [
          "AI运动营养师/健康建议"
        ],
        "summary": "replace",
        "description": "由代码自动生成。来源：api/health/index.js",
        "operationId": "post__api_health_suggestion_replace",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/健康建议",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/health.suggestion/schedule": {
      "get": {
        "tags": [
          "AI运动营养师/健康建议"
        ],
        "summary": "health_schedule",
        "description": "由代码自动生成。来源：api/health/index.js",
        "operationId": "get__api_health_suggestion_schedule",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/健康建议"
      }
    },
    "/api/user.userCourse/schedule": {
      "get": {
        "tags": [
          "AI运动营养师/健康建议"
        ],
        "summary": "userCourse_schedule",
        "description": "由代码自动生成。来源：api/health/index.js",
        "operationId": "get__api_user_userCourse_schedule",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/健康建议"
      }
    },
    "/api/user.userCourse/today": {
      "get": {
        "tags": [
          "AI运动营养师/健康建议"
        ],
        "summary": "user_course_today",
        "description": "由代码自动生成。来源：api/health/index.js",
        "operationId": "get__api_user_userCourse_today",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/健康建议"
      }
    },
    "/api/healthkit/callback": {
      "get": {
        "tags": [
          "AI运动营养师/华为健康"
        ],
        "summary": "healthkitcallback",
        "description": "由代码自动生成。来源：api/hwjk.js",
        "operationId": "get__api_healthkit_callback",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/华为健康"
      }
    },
    "/api/setting/data": {
      "get": {
        "tags": [
          "AI运动营养师/小程序设置"
        ],
        "summary": "data",
        "description": "由代码自动生成。来源：api/setting.js",
        "operationId": "get__api_setting_data",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/小程序设置"
      }
    },
    "/api/activity/detail": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "activityinfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_activity_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/activity/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "我的活动",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_activity_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/activity_register/add": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "activityAdd",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_activity_register_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/balance.log/detail": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "balanceLogDetail",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_balance_log_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/balance.log/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "balanceList",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_balance_log_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/cashout/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "cashoutList",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_cashout_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/cashout/read": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "cashoutRead",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_cashout_read",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cashout/submit": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "cashoutSubmit",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_cashout_submit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/coupon/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/coupon.js",
        "operationId": "get__api_coupon_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/health.archive/info": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "archiveinfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_health_archive_info",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/mealOrder/detail": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "mealOrderDetail",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_mealOrder_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/mealOrder/list": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "mealOrderList",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_mealOrder_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/myCoupon/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/myCoupon.js",
        "operationId": "get__api_myCoupon_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/myCoupon/receive": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "receive",
        "description": "由代码自动生成。来源：api/myCoupon.js",
        "operationId": "post__api_myCoupon_receive",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/changePassword": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "changePassword",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_passport_changePassword",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/logout": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "logout",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_passport_logout",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/setting/aiface": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "aiface",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_setting_aiface",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/sport/all": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "sports",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_sport_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/subsidy.log/detail": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "subsidyLogDetail",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_subsidy_log_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/subsidy.log/list": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "subsidyList",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_subsidy_log_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/user.coupon/receive": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "receive",
        "description": "由代码自动生成。来源：api/user/coupon.js",
        "operationId": "post__api_user_coupon_receive",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.disease/edit": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "edit",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_disease_edit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.disease/info": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "diseaseinfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_disease_info",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.userFeedback/add": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "add",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_userFeedback_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user/assets": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "assets",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_user_assets",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/user/bindMobile": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "bindMobile",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_bindMobile",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user/data": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "userinfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_data",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user/info": {
      "get": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "userInfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "get__api_user_info",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的"
      }
    },
    "/api/user/personal": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "personal",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_personal",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user/qrcode": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "qrcode",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_qrcode",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user/zhctInfo": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "zhctInfo",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_user_zhctInfo",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/userMotion/userDaySteps": {
      "post": {
        "tags": [
          "AI运动营养师/我的"
        ],
        "summary": "userDaySteps",
        "description": "由代码自动生成。来源：api/user.js",
        "operationId": "post__api_userMotion_userDaySteps",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/WellandScale/latest": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "weightLatest",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_WellandScale_latest",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/YunkangbaoScale/add": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "yunkangbaoScale_add",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_YunkangbaoScale_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.UserWeight/byDateDetail": {
      "get": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "byDate",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "get__api_user_UserWeight_byDateDetail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理"
      }
    },
    "/api/user.userWeight/dates": {
      "get": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "dates",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "get__api_user_userWeight_dates",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理"
      }
    },
    "/api/user.userWeight/info": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "info",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_user_userWeight_info",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.userWeight/setWeight": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "setWeight",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_user_userWeight_setWeight",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.userWeight/weightList": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "weightList",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_user_userWeight_weightList",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.userWeight/weightManage": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "weightManage",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_user_userWeight_weightManage",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.userWeight/weightManageInfo": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "weightManageInfo",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_user_userWeight_weightManageInfo",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/wellandScale/add": {
      "post": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "wellandScale",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "post__api_wellandScale_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/wellandScale/byDate": {
      "get": {
        "tags": [
          "AI运动营养师/我的/体重管理"
        ],
        "summary": "wellandScale_byDate",
        "description": "由代码自动生成。来源：api/weightManage.js",
        "operationId": "get__api_wellandScale_byDate",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/体重管理"
      }
    },
    "/api/user.weight/by_date_detail": {
      "get": {
        "tags": [
          "AI运动营养师/我的/健康建议"
        ],
        "summary": "user.weight/by_date_detail",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_weight_by_date_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/健康建议"
      }
    },
    "/api/user.weight/dates": {
      "get": {
        "tags": [
          "AI运动营养师/我的/健康建议"
        ],
        "summary": "user.weight/dates",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_weight_dates",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/健康建议"
      }
    },
    "/api/user.weight/status": {
      "get": {
        "tags": [
          "AI运动营养师/我的/健康建议"
        ],
        "summary": "user.weight/status",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_weight_status",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/我的/健康建议"
      }
    },
    "/api/terminal/upload/images": {
      "post": {
        "tags": [
          "AI运动营养师/数据同步"
        ],
        "summary": "upload",
        "description": "由代码自动生成。来源：api/uploadImage.js",
        "operationId": "post__api_terminal_upload_images",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/bank/topDepartments": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "topDepartments",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_bank_topDepartments",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/isPersonalMpweixin": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "isPersonalMpweixin",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_isPersonalMpweixin",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/login": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "login",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_login",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/loginAccount": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "loginAccount",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_loginAccount",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/loginDepartment": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "loginDepartment",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_loginDepartment",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/loginMpWx": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "loginMpWx",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_loginMpWx",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/loginMpWxMobile": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "loginMpWxMobile",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_loginMpWxMobile",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/loginNumber": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "loginNumber",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_loginNumber",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/passport/resetPassword": {
      "post": {
        "tags": [
          "AI运动营养师/用户认证模块"
        ],
        "summary": "resetPassword",
        "description": "由代码自动生成。来源：api/login/index.js",
        "operationId": "post__api_passport_resetPassword",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/用户认证模块",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.AiConversation/add": {
      "post": {
        "tags": [
          "AI运动营养师/百炼AI"
        ],
        "summary": "add",
        "description": "由代码自动生成。来源：api/aiApi.js",
        "operationId": "post__api_user_AiConversation_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/百炼AI",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.AiConversation/lists": {
      "post": {
        "tags": [
          "AI运动营养师/百炼AI"
        ],
        "summary": "lists",
        "description": "由代码自动生成。来源：api/aiApi.js",
        "operationId": "post__api_user_AiConversation_lists",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/百炼AI",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/activity/leaderboard": {
      "get": {
        "tags": [
          "AI运动营养师/积分排行榜"
        ],
        "summary": "预留：活动榜单与分类",
        "description": "由代码自动生成。来源：api/pointsRanking.js",
        "operationId": "get__api_activity_leaderboard",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/积分排行榜"
      }
    },
    "/api/user.score/courseRank": {
      "get": {
        "tags": [
          "AI运动营养师/积分排行榜"
        ],
        "summary": "scoreSportRank",
        "description": "由代码自动生成。来源：api/pointsRanking.js",
        "operationId": "get__api_user_score_courseRank",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/积分排行榜"
      }
    },
    "/api/user.score/dietRank": {
      "get": {
        "tags": [
          "AI运动营养师/积分排行榜"
        ],
        "summary": "scoreDietRank",
        "description": "由代码自动生成。来源：api/pointsRanking.js",
        "operationId": "get__api_user_score_dietRank",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/积分排行榜"
      }
    },
    "/api/user.score/weightRank": {
      "get": {
        "tags": [
          "AI运动营养师/积分排行榜"
        ],
        "summary": "scoreWeightRank",
        "description": "由代码自动生成。来源：api/pointsRanking.js",
        "operationId": "get__api_user_score_weightRank",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/积分排行榜"
      }
    },
    "/api/yingjiduo.bicycle/record": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.bicycle/record",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_bicycle_record",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.face/login": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.face/login",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_face_login",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.indoor/detail": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.indoor/detail",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_indoor_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.indoor/list": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.indoor/list",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_indoor_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.qr/confirm": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.qr/confirm",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_qr_confirm",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.rank": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.rank",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_rank",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.rank/list": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.rank/list",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_rank_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.running/record": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.running/record",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_running_record",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.sports/record": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.sports/record",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_sports_record",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.sports/total": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.sports/total",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_sports_total",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.strength/record": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.strength/record",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_strength_record",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.userLoginQrURL": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "Yingjiduo: Auth + Records + Query（OpenAPI 等价路由 + 带前缀路由）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_userLoginQrURL",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.userLoginResult": {
      "get": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.userLoginResult",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yingjiduo_userLoginResult",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备"
      }
    },
    "/api/yingjiduo.userLogout": {
      "post": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.userLogout",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yingjiduo_userLogout",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.users": {
      "put": {
        "tags": [
          "AI运动营养师/英吉多设备"
        ],
        "summary": "yingjiduo.users",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "put__api_yingjiduo_users",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/英吉多设备",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes.dishes/cate": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "get__api_dishes_dishes_cate",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      },
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "cateList",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_dishes_cate",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes.dishes/list": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "disheslist",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "post__api_dishes_dishes_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/goods.service/list": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/goods/service.js",
        "operationId": "get__api_goods_service_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/goods/basic": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "basic",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "get__api_goods_basic",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/goods/detail": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "detail",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "get__api_goods_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/goods/list": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "get__api_goods_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/goods/skuInfo": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "skuInfo",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "get__api_goods_skuInfo",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/goods/specData": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "specData",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "get__api_goods_specData",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/mealCart/add": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_cart_add",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "post__api_mealCart_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCart/clear": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_clear",
        "description": "由代码自动生成。来源：api/goods/index.js",
        "operationId": "post__api_mealCart_clear",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCart/list": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_cart_list",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_mealCart_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCashier/orderInfo": {
      "get": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "orderInfo",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "get__api_mealCashier_orderInfo",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理"
      }
    },
    "/api/mealCheckout/directPay": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_checkout_directPay",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_mealCheckout_directPay",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCheckout/order": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_checkout_order",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_mealCheckout_order",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCheckout/submit": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "meal_checkout_submit",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_mealCheckout_submit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/restaurant/areaList": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "areaList",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_restaurant_areaList",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/restaurant/list": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "restaurant_list",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_restaurant_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/restaurant/orderList": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "orderList",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_restaurant_orderList",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/restaurant/shopList": {
      "post": {
        "tags": [
          "AI运动营养师/菜品管理"
        ],
        "summary": "shopList",
        "description": "由代码自动生成。来源：api/category/index.js",
        "operationId": "post__api_restaurant_shopList",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/菜品管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/order/cancel": {
      "post": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "cancel",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "post__api_order_cancel",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/order/detail": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "detail",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "get__api_order_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/order/express": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "express",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "get__api_order_express",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/order/list": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "get__api_order_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/order/receipt": {
      "post": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "receipt",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "post__api_order_receipt",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/order/todoCounts": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "todoCounts",
        "description": "由代码自动生成。来源：api/order.js",
        "operationId": "get__api_order_todoCounts",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/recharge.order/list": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/recharge/order.js",
        "operationId": "get__api_recharge_order_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/refund/apply": {
      "post": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "apply",
        "description": "由代码自动生成。来源：api/refund.js",
        "operationId": "post__api_refund_apply",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/refund/delivery": {
      "post": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "delivery",
        "description": "由代码自动生成。来源：api/refund.js",
        "operationId": "post__api_refund_delivery",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/refund/detail": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "detail",
        "description": "由代码自动生成。来源：api/refund.js",
        "operationId": "get__api_refund_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/refund/goods": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "goods",
        "description": "由代码自动生成。来源：api/refund.js",
        "operationId": "get__api_refund_goods",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/refund/list": {
      "get": {
        "tags": [
          "AI运动营养师/订单管理"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/refund.js",
        "operationId": "get__api_refund_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订单管理"
      }
    },
    "/api/dishes/customAdd": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealCustom",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_customAdd",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes/customDel": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "deleteCustom",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_customDel",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes/detail": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealDetail",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes/detailWithWeight": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "detailWithWeight",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_detailWithWeight",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/dishes/list": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealList",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_dishes_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/add": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealAdd",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_meal_meal_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/delSingle": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "deleteFood",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_meal_meal_delSingle",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/infos": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealInfo",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_meal_meal_infos",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/suggestion": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealSuggest",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_meal_meal_suggestion",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/updateSingle": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "mealUpdate",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_meal_meal_updateSingle",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/restaurant/detail": {
      "get": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "detail",
        "description": "由代码自动生成。来源：api/restaurant.js",
        "operationId": "get__api_restaurant_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐"
      }
    },
    "/api/user.score/diet": {
      "post": {
        "tags": [
          "AI运动营养师/订餐"
        ],
        "summary": "scoreDiet",
        "description": "由代码自动生成。来源：api/meal/index.js",
        "operationId": "post__api_user_score_diet",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cashier/orderInfo": {
      "get": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "orderInfo",
        "description": "由代码自动生成。来源：api/cashier/index.js",
        "operationId": "get__api_cashier_orderInfo",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付"
      }
    },
    "/api/cashier/orderPay": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "orderPay",
        "description": "由代码自动生成。来源：api/cashier/index.js",
        "operationId": "post__api_cashier_orderPay",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cashier/tradeQuery": {
      "get": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "tradeQuery",
        "description": "由代码自动生成。来源：api/cashier/index.js",
        "operationId": "get__api_cashier_tradeQuery",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付"
      }
    },
    "/api/checkout/order": {
      "get": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "order",
        "description": "由代码自动生成。来源：api/checkout.js",
        "operationId": "get__api_checkout_order",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付"
      }
    },
    "/api/checkout/submit": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "submit",
        "description": "由代码自动生成。来源：api/checkout.js",
        "operationId": "post__api_checkout_submit",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/mealCashier/orderPay": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/订单支付"
        ],
        "summary": "cashier_order_pay",
        "description": "由代码自动生成。来源：api/cashier/index.js",
        "operationId": "post__api_mealCashier_orderPay",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/订单支付",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cart/add": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/购物车"
        ],
        "summary": "add",
        "description": "由代码自动生成。来源：api/cart.js",
        "operationId": "post__api_cart_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/购物车",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cart/clear": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/购物车"
        ],
        "summary": "clear",
        "description": "由代码自动生成。来源：api/cart.js",
        "operationId": "post__api_cart_clear",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/购物车",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/cart/list": {
      "get": {
        "tags": [
          "AI运动营养师/订餐/购物车"
        ],
        "summary": "list",
        "description": "由代码自动生成。来源：api/cart.js",
        "operationId": "get__api_cart_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/购物车"
      }
    },
    "/api/cart/total": {
      "get": {
        "tags": [
          "AI运动营养师/订餐/购物车"
        ],
        "summary": "total",
        "description": "由代码自动生成。来源：api/cart.js",
        "operationId": "get__api_cart_total",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/购物车"
      }
    },
    "/api/cart/update": {
      "post": {
        "tags": [
          "AI运动营养师/订餐/购物车"
        ],
        "summary": "update",
        "description": "由代码自动生成。来源：api/cart.js",
        "operationId": "post__api_cart_update",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/订餐/购物车",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/wolland.rope/add": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "ropeSkippingAdd",
        "description": "由代码自动生成。来源：api/device.js",
        "operationId": "post__api_wolland_rope_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/wolland.rope/all": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "ropeSkippingList",
        "description": "由代码自动生成。来源：api/device.js",
        "operationId": "get__api_wolland_rope_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/wolland.rope/session": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "ropeSkippinglatest",
        "description": "由代码自动生成。来源：api/device.js",
        "operationId": "get__api_wolland_rope_session",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/wolland.rope/stats": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "wollandstats",
        "description": "由代码自动生成。来源：api/device.js",
        "operationId": "get__api_wolland_rope_stats",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/wolland.scale/latest": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "wolland.scale/latest",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_wolland_scale_latest",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/yunkangbao.scale/add": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "YunKangBao 云康宝体脂秤（独立方案A）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_yunkangbao_scale_add",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yunkangbao.scale/by_date": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "yunkangbao.scale/by_date",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yunkangbao_scale_by_date",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/yunkangbao.scale/dates": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "yunkangbao.scale/dates",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yunkangbao_scale_dates",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/yunkangbao.scale/latest": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "yunkangbao.scale/latest",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_yunkangbao_scale_latest",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/zhaiker.Device/qrcode": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "deviceQrcode",
        "description": "由代码自动生成。来源：api/device.js",
        "operationId": "post__api_zhaiker_Device_qrcode",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.callback/exam": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.callback/exam",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_zhaiker_callback_exam",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.device/cancel": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.device/cancel",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_zhaiker_device_cancel",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.device/start": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.device/start",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_zhaiker_device_start",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.device/state": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.device/state",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_zhaiker_device_state",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/zhaiker.exam/import_by_id": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.exam/import_by_id",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_zhaiker_exam_import_by_id",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.exam/pull": {
      "post": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.exam/pull",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_zhaiker_exam_pull",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/zhaiker.gyms": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "zhaiker.gyms",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_zhaiker_gyms",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/zhaiker.qrcode": {
      "get": {
        "tags": [
          "AI运动营养师/设备数据同步"
        ],
        "summary": "Zhaiker 宅客体测设备",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_zhaiker_qrcode",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/设备数据同步"
      }
    },
    "/api/sport.Cate/all": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportCateAll",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_sport_Cate_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.cate/all": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "运动分类 - 全部",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_sport_cate_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/all": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "运动项目 - 全部",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_sport_item_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/consume": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemConsume",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_sport_item_consume",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/daily": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemDaily",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_sport_item_daily",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/delete": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemDelete",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "post__api_sport_item_delete",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/sport.item/grouped": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "运动项目 - 分组（含分类）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_sport_item_grouped",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/list": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemList",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_sport_item_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      },
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sport.item/list",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_sport_item_list",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/sport.item/range": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemRange",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_sport_item_range",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/sport.item/record": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemRecord",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "post__api_sport_item_record",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/sport.item/update": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportItemUpdate",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "post__api_sport_item_update",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.sport_target/current": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "user.sport_target/current",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_sport_target_current",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/user.sport_target/set": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "user.sport_target/set",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_user_sport_target_set",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/userMotion/movementMpWxSteps": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "movementMpWxSteps",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "post__api_userMotion_movementMpWxSteps",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/userMotion/userWeekSteps": {
      "post": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "userWeekSteps",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "post__api_userMotion_userWeekSteps",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/yingjiduo.Indoor/detailData": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportIndoorDetail",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_yingjiduo_Indoor_detailData",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/yingjiduo.Indoor/listData": {
      "get": {
        "tags": [
          "AI运动营养师/运动"
        ],
        "summary": "sportIndoorList",
        "description": "由代码自动生成。来源：api/sport/index.js",
        "operationId": "get__api_yingjiduo_Indoor_listData",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动"
      }
    },
    "/api/drill.course/all": {
      "post": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "handle_course",
        "description": "由代码自动生成。来源：api/schedule/index.js",
        "operationId": "post__api_drill_course_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/drill.course/complete": {
      "post": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "course_points",
        "description": "由代码自动生成。来源：api/schedule/index.js",
        "operationId": "post__api_drill_course_complete",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/drill.course/detail": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "drill_course_detail",
        "description": "由代码自动生成。来源：api/schedule/index.js",
        "operationId": "get__api_drill_course_detail",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/drill.course/detail_by_type": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "运动课程 - 按目标类型取一条详情（按课程id升序）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_drill_course_detail_by_type",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/drill.course/progress_by_type": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "运动课程 - 按目标类型获取课程进度（总数/已完成数/分组列表）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_drill_course_progress_by_type",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/drill.course_type/all": {
      "post": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "course_type",
        "description": "由代码自动生成。来源：api/schedule/index.js",
        "operationId": "post__api_drill_course_type_all",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.course/generate": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "用户课程计划 - 生成（测试）",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_course_generate",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/user.course/schedule": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "用户课程计划 - 周视图",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_course_schedule",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/user.course/today": {
      "get": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "用户课程计划 - 当日",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "get__api_user_course_today",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程"
      }
    },
    "/api/user.course_schedule/create": {
      "post": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "用户课程计划 - 新增/更新",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_user_course_schedule_create",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.course_schedule/update": {
      "post": {
        "tags": [
          "AI运动营养师/运动课程"
        ],
        "summary": "user.course_schedule/update",
        "description": "由代码自动生成。来源：route/app.php",
        "operationId": "post__api_user_course_schedule_update",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/运动课程",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/calendar": {
      "post": {
        "tags": [
          "AI运动营养师/首页"
        ],
        "summary": "dateDot",
        "description": "由代码自动生成。来源：api/home/index.js",
        "operationId": "post__api_meal_meal_calendar",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/meal.meal/index": {
      "post": {
        "tags": [
          "AI运动营养师/首页"
        ],
        "summary": "home",
        "description": "由代码自动生成。来源：api/home/index.js",
        "operationId": "post__api_meal_meal_index",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/user.UserWeight/status": {
      "get": {
        "tags": [
          "AI运动营养师/首页"
        ],
        "summary": "userWeightStatus",
        "description": "由代码自动生成。来源：api/home/index.js",
        "operationId": "get__api_user_UserWeight_status",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页"
      }
    },
    "/api/yingjiduo.Auth/qrConfirm": {
      "post": {
        "tags": [
          "AI运动营养师/首页"
        ],
        "summary": "qrConfirm",
        "description": "由代码自动生成。来源：api/home/index.js",
        "operationId": "post__api_yingjiduo_Auth_qrConfirm",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/analysis.Analysis/daily": {
      "post": {
        "tags": [
          "AI运动营养师/首页/营养单日及阶段报告"
        ],
        "summary": "dailyReport",
        "description": "由代码自动生成。来源：api/report/index.js",
        "operationId": "post__api_analysis_Analysis_daily",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页/营养单日及阶段报告",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    },
    "/api/analysis.weekNew/weekNew": {
      "post": {
        "tags": [
          "AI运动营养师/首页/营养单日及阶段报告"
        ],
        "summary": "weekNewReport",
        "description": "由代码自动生成。来源：api/report/index.js",
        "operationId": "post__api_analysis_weekNew_weekNew",
        "parameters": [
          {
            "name": "Access-Token",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "登录态令牌，按接口需要传入"
          },
          {
            "name": "platform",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端平台标识"
          },
          {
            "name": "version",
            "in": "header",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "客户端版本号"
          }
        ],
        "responses": {
          "200": {
            "description": "成功",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiResponse"
                }
              }
            }
          }
        },
        "x-apifox-folder": "AI运动营养师/首页/营养单日及阶段报告",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "ApiResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "integer",
            "description": "业务状态码，通常 200 表示成功"
          },
          "message": {
            "type": "string",
            "description": "提示信息"
          },
          "data": {
            "description": "业务数据"
          }
        }
      }
    },
    "securitySchemes": {
      "AccessToken": {
        "type": "apiKey",
        "in": "header",
        "name": "Access-Token"
      }
    }
  }
}