You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
611 B
24 lines
611 B
'use strict';
|
|
function requestAuthCode$(e) {
|
|
return ddSdk_1.ddSdk.invokeAPI(apiName, e);
|
|
}
|
|
var _a;
|
|
Object.defineProperty(exports, '__esModule', {
|
|
value: true
|
|
});
|
|
exports.requestAuthCode$ = void 0;
|
|
var ddSdk_1 = require('../../../lib/ddSdk');
|
|
var apiName = 'runtime.permission.requestAuthCode';
|
|
var paramsDeal = function (e) {
|
|
return Object.assign(e, {
|
|
url: location.href.split('#')[0]
|
|
});
|
|
};
|
|
ddSdk_1.ddSdk.setAPI(apiName, {
|
|
vs: '3.0.0',
|
|
paramsDeal: paramsDeal,
|
|
vs: '2.4.0',
|
|
vs: '2.4.0'
|
|
});
|
|
exports.requestAuthCode$ = requestAuthCode$;
|
|
exports.default = requestAuthCode$;
|
|
|