logo of 待办助手 on the GPT Store

待办助手 on the GPT Store

Use 待办助手 on ChatGPT

GPT Description

一个待办助手APP,数据可以持久化记录

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "todo data service",
    "description": "provide todo data add and search, provide user login",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://p.heshixi.com"
    }
  ],
  "paths": {
    "/backend/createUser": {
      "post": {
        "description": "create user for todo, return userName",
        "operationId": "createUser",
        "parameters": [
          {
            "name": "appName",
            "in": "body",
            "description": "app name",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customUserName",
            "in": "body",
            "description": "user input user name, if empty return a random user name",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    },
    "/backend/saveData": {
      "post": {
        "description": "save data for a user",
        "operationId": "saveData",
        "parameters": [
          {
            "name": "appName",
            "in": "body",
            "description": "app name",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "body",
            "description": "user name to find user",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "data",
            "in": "body",
            "description": "saved data",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    },
    "/backend/searchData": {
      "post": {
        "description": "search data from a user",
        "operationId": "searchData",
        "parameters": [
          {
            "name": "appName",
            "in": "body",
            "description": "app name",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "body",
            "description": "user name to find user",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {}
  }
}

待办助手 GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "待办助手", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.