Skip to content

API 全量清单 · 跳转

restartMiniProgram

⚠️

重启小程序。

大概用法

三端策略

  • 微信:直连 `wx.restartMiniProgram`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

openEmbeddedMiniProgram

⚠️

打开嵌入式小程序。

大概用法

三端策略

  • 微信:直连 `wx.openEmbeddedMiniProgram`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

openInquiriesTopic

⚠️

打开询价话题。

大概用法

三端策略

  • 微信:直连 `wx.openInquiriesTopic`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

openOfficialAccountArticle

⚠️

打开公众号文章。

大概用法

三端策略

  • 微信:直连 `wx.openOfficialAccountArticle`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

openOfficialAccountChat

⚠️

打开公众号会话。

大概用法

三端策略

  • 微信:直连 `wx.openOfficialAccountChat`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

openOfficialAccountProfile

⚠️

打开公众号主页。

大概用法

三端策略

  • 微信:直连 `wx.openOfficialAccountProfile`
  • 支付宝:无同等 API,调用时按 unsupported 报错
  • 抖音:无同等 API,调用时按 unsupported 报错

Released under the MIT License.