EaseBaidu
  • 概述
  • 开始
    • 安装
  • 熊掌号
    • 入门
    • 服务端
    • 网页授权
    • 消息
    • 消息群发
    • 模板消息
    • 用户
    • 用户标签
    • 菜单管理
    • 主页管理
    • 数据统计
    • 素材管理
    • 临时素材
    • 客服消息
    • JSSDK
  • 熊掌号TP
    • 入门
    • 服务端
    • 代授权
  • 智能小程序
    • 入门
    • 消息模板
    • 消息解密
    • 熊掌号登录
  • 智能小程序TP
    • 入门
    • 代授权
    • 小程序登录
    • 基础信息
    • 图片上传
    • 服务器
    • 包管理
Powered by GitBook
On this page

Was this helpful?

  1. 智能小程序TP

包管理

小程序包管理

为授权的小程序帐号上传小程序代码:

$smart->upload(int $template_id, int $ext_json, string $user_version, string $user_desc);

为授权的小程序提交审核:

$smart->submitAudit(string $content, string $package_id, string $remark);

发布已通过审核的小程序:

$smart->release(string $package_id);

小程序版本回退:

$smart->rollback(string $package_id);

小程序审核撤回:

$smart->withdraw(string $package_id);

获取授权小程序预览包详情:

$smart->getTrial();

获取小程序包列表:

$smart->list();

获取授权小程序包详情:

$smart->getDetail(int $type = null, int $package_id = null);
Previous服务器

Last updated 6 years ago

Was this helpful?