Skip to content

小程序管理API

提供小程序生命周期管理的相关API接口集合。

可用API文档

功能概述

  1. 小程序创建:注册新小程序
  2. 版本管理:上传和管理小程序版本
  3. 发布控制:提交审核和发布小程序
  4. 配置管理:修改小程序基础配置

使用示例

http
POST /api/v1/miniprograms HTTP/1.1
Content-Type: application/json
Authorization: Bearer {access_token}

{
  "name": "MyMiniApp",
  "description": "示例小程序",
  "category": "tools"
}

相关链接