UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

1 lines 644 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.h5PcBridgeInit=void 0,exports.h5PcBridgeInit=function(){return Promise.resolve(require("../packages/frame-talk-client-pc/index.js"))};var h5PcBridge=function(e,n){return new Promise(function(t,c){return require("../packages/frame-talk-client-pc/index.js").invokeAPI(e,n).result.then(function(e){return"function"==typeof n.success?n.success.call(null,e):"function"==typeof n.onSuccess&&n.onSuccess.call(null,e),t(e)},function(e){return"function"==typeof n.fail?n.fail.call(null,e):"function"==typeof n.onFail&&n.onFail.call(null,e),c(e)})})};exports.default=h5PcBridge;