UNPKG

@megalo/api

Version:

重新封装各个端中的API,由 megalo 统一对外抛出方法名。目前微信小程序端提供的 API 最为丰富,所以 API 名称以微信小程序为准。

16 lines (11 loc) 177 B
// 头条专有 API const noPromiseApis = [ ]; const needPromiseApis = [ // 支付 'requestPayment', ]; export { noPromiseApis, needPromiseApis, };