123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852 |
- var ZOHO = (function () {
- var c,
- m = {},
- h = !1,
- n = void 0
- return {
- embeddedApp: {
- on: function (b, c) {
- m[b] = c
- },
- init: function () {
- if (!h) {
- h = !0
- c = new ZSDK()
- var b
- n = new Promise(function (c, n) {
- b = c
- })
- c.OnLoad(function () {
- c.getContext()
- .Event.Trigger('ZDK_EVENT', { action: 'get_zdk_url' }, !0)
- .then(function (k) {
- self._zdksdk = c
- var n = document.createElement('script')
- n.setAttribute('src', k)
- document.body.appendChild(n)
- b()
- })
- .catch(function (c) {
- console.error('ZDK import failed', c)
- b()
- })
- })
- for (var t in m) c.getContext().Event.Listen(t, m[t])
- }
- return n
- },
- },
- CRM: (function () {
- function b(a) {
- a.sdkVersion = '1'
- return c.getContext().Event.Trigger('CRM_EVENT', a, !0)
- }
- function n(a) {
- return new File([a], a.name, { type: a.type })
- }
- function k(a, d, e, f) {
- if (d.FileData) {
- var c = n(d.FileData)
- d.FileData = c
- }
- a = { category: 'CREATE', Entity: a, RelatedID: e, APIData: d }
- a.type = f || 'RECORD'
- return b(a)
- }
- function m(a) {
- a.category = 'BLUEPRINT'
- return b(a)
- }
- function h(a) {
- a.category = 'APPROVALS'
- return b(a)
- }
- function p(a, d, e) {
- if (d.FILE) {
- var f = n(d.FILE.file)
- d.FILE.file = f
- }
- f = void 0
- if (e) f = d
- else {
- var f = d.url,
- c = d.params,
- g = d.headers,
- k = d.body,
- h = d.PARTS,
- m = d.PART_BOUNDARY,
- w = d.CONTENT_TYPE,
- D = d.RESPONSE_TYPE
- d = d.FILE
- if (!f) throw { Message: 'Url missing' }
- if (c) {
- var x,
- l = []
- for (x in c)
- l.push(encodeURIComponent(x) + '\x3d' + encodeURIComponent(c[x]))
- x = l.join('\x26')
- f += (-1 < f.indexOf('?') ? '\x26' : '?') + x
- }
- f = {
- url: f,
- Header: g,
- Body: k,
- CONTENT_TYPE: w,
- RESPONSE_TYPE: D,
- PARTS: h,
- PARTS_BOUNDARY: m,
- FILE: d,
- }
- }
- return b({ category: 'CONNECTOR', nameSpace: a, data: f, type: e })
- }
- function g(a) {
- a.category = 'UI'
- return b(a)
- }
- function r(a, d, e) {
- return b({ category: 'CONFIG', type: a, nameSpace: d, APIData: e })
- }
- function u(a) {
- var d = { category: 'USER' }
- a.ID
- ? (d.ID = a.ID)
- : a.Type &&
- ((d.Type = a.Type),
- a.page && (d.page = a.page),
- a.per_page && (d.per_page = a.per_page))
- return b(d)
- }
- function l(a) {
- return b({ category: 'META', type: a.type, Entity: a.Entity, Id: a.Id })
- }
- return {
- ACTION: {
- setConfig: function (a) {
- return b({
- category: 'ACTION',
- type: 'CUSTOM_ACTION_SAVE_CONFIG',
- object: a,
- })
- },
- enableAccountAccess: function (a) {
- return b({
- category: 'ACTION',
- type: 'ENABLE_ACCOUNT_ACCESS',
- object: a,
- })
- },
- },
- FUNCTIONS: {
- execute: function (a, d) {
- var e = {}
- d.auth_type = 'oauth'
- e.data = d
- return b({
- category: 'FUNCTIONS_EXECUTE',
- customFunctionName: a,
- data: e,
- })
- },
- },
- CONFIG: {
- getOrgInfo: function (a) {
- return r('ORG')
- },
- getCurrentUser: function () {
- return r('CURRENT_USER')
- },
- GetCurrentEnvironment: function () {
- return r('ORG_LEVEL_INFO')
- },
- },
- META: {
- getFields: function (a) {
- a.type = 'FIELD_LIST'
- return l(a)
- },
- getModules: function () {
- return l({ type: 'MODULE_LIST' })
- },
- getAssignmentRules: function (a) {
- a.type = 'ASSIGNMENT_RULES'
- return l(a)
- },
- getLayouts: function (a) {
- a.id = a.id ? a.id : a.LayoutId
- a.type = a.Id ? 'LAYOUT' : 'LAYOUTS'
- return l(a)
- },
- getRelatedList: function (a) {
- a.type = 'RELATED_LIST'
- return l(a)
- },
- getCustomViews: function (a) {
- a.type = a.Id ? 'CUSTOM_VIEW' : 'CUSTOM_VIEWS'
- return l(a)
- },
- },
- API: {
- addNotes: function (a) {
- return k(
- a.Entity,
- { data: [{ Note_Title: a.Title, Note_Content: a.Content }] },
- a.RecordID,
- 'NOTES',
- )
- },
- addNotesAttachment: function (a) {
- return b({
- category: 'UPDATE',
- type: 'NOTES',
- Entity: a.Entity,
- RecordID: a.RecordID,
- RelatedRecordID: a.RelatedRecordID,
- APIData: {
- Files: { FileName: File.Name, FileData: File.Content },
- },
- })
- },
- coql: function (a) {
- return b({ category: 'QUERY', APIData: a })
- },
- insertRecord: function (a) {
- var b = a.Entity,
- e = a.APIData
- e.trigger = a.Trigger
- return k(b, e)
- },
- upsertRecord: function (a) {
- var b = a.Entity,
- e = a.APIData
- e.trigger = a.Trigger
- e.action = 'UPSERT'
- a.duplicate_check_fields &&
- a.duplicate_check_fields instanceof Array &&
- (e.duplicate_check_fields = a.duplicate_check_fields.join(','))
- return k(b, e)
- },
- getRecord: function (a) {
- return b({ category: 'READ', APIData: a })
- },
- getBluePrint: function (a) {
- return m({
- Entity: a.Entity,
- RecordID: a.RecordID,
- action: 'GET_BLUEPRINT_STATUS',
- })
- },
- updateBluePrint: function (a) {
- return m({
- Entity: a.Entity,
- RecordID: a.RecordID,
- BlueprintData: a.BlueprintData,
- action: 'UPDATE_BLUEPRINT_STATUS',
- })
- },
- uploadFile: function (a) {
- if (a.FILE) {
- var d = n(a.FILE.file)
- a.FILE.file = d
- }
- return b({ FileData: a, category: 'FILES', type: 'UPLOAD_FILE' })
- },
- getFile: function (a) {
- a.category = 'FILES'
- a.type = 'DOWNLOAD_FILE'
- return b(a)
- },
- getAllRecords: function (a) {
- return b({ category: 'READ', APIData: a })
- },
- updateRecord: function (a) {
- var d = a.Entity,
- e = a.APIData
- e.trigger = a.Trigger
- return b({
- category: 'UPDATE',
- type: 'RECORD',
- Entity: d,
- APIData: e,
- })
- },
- deleteRecord: function (a) {
- return b({
- category: 'DELETE',
- type: 'RECORD',
- Entity: a.Entity,
- RecordID: a.RecordID,
- })
- },
- searchRecord: function (a) {
- return b({
- category: 'SEARCH',
- Entity: a.Entity,
- Type: a.Type,
- Query: a.Query,
- page: a.page,
- per_page: a.per_page,
- delay: a.delay,
- })
- },
- getAllActions: function (a) {
- a.action = 'GET_ALL_ACTIONS'
- return h(a)
- },
- getApprovalRecords: function (a) {
- var b = {}
- a
- ? (a.action = 'GET_APPROVAL_RECORDS')
- : ((b.action = 'GET_APPROVAL_RECORDS'), (a = b))
- return h(a)
- },
- getApprovalById: function (a) {
- a.action = 'GET_APPROVALBYID'
- return h(a)
- },
- getApprovalsHistory: function () {
- return h({ action: 'GET_APPROVALS_HISTORY' })
- },
- approveRecord: function (a) {
- a.action = 'UPDATE_APPROVAL'
- return h(a)
- },
- getAllUsers: function (a) {
- return u({ Type: a.Type, page: a.page, per_page: a.per_page })
- },
- getUser: function (a) {
- return u({ ID: a.ID })
- },
- getRelatedRecords: function (a) {
- return b({ category: 'READ', APIData: a })
- },
- updateRelatedRecords: function (a) {
- return b({
- category: 'UPDATE',
- type: 'RELATED_RECORD',
- Entity: a.Entity,
- RecordID: a.RecordID,
- RelatedList: a.RelatedList,
- RelatedRecordID: a.RelatedRecordID,
- APIData: a.APIData,
- })
- },
- delinkRelatedRecord: function (a) {
- return b({
- category: 'DELETE',
- type: 'RELATED_RECORD',
- Entity: a.Entity,
- RecordID: a.RecordID,
- RelatedList: a.RelatedList,
- RelatedRecordID: a.RelatedRecordID,
- })
- },
- attachFile: function (a) {
- var b = a.Entity,
- e = a.RecordID
- a = a.File
- a = { FileName: a.Name, FileData: a.Content }
- return k(b, a, e, 'ATTACHMENT')
- },
- getAllProfiles: function (a) {
- return b({ category: 'PROFILES', type: 'GET_ALL_PROFILES' })
- },
- getProfile: function (a) {
- return b({ category: 'PROFILES', type: 'GET_PROFILE', ID: a.ID })
- },
- updateProfile: function (a) {
- return b({
- category: 'UPDATE',
- type: 'PROFILE',
- ID: a.ID,
- APIData: a.APIData,
- })
- },
- getOrgVariable: function (a) {
- return r('VARIABLE', a)
- },
- },
- UI: {
- Resize: function (a) {
- a = { action: 'RESIZE', data: { width: a.width, height: a.height } }
- return g(a)
- },
- Dialer: {
- maximize: function () {
- return g({ action: { telephony: 'MAXIMIZE' } })
- },
- minimize: function () {
- return g({ action: { telephony: 'MINIMIZE' } })
- },
- notify: function () {
- return g({ action: { telephony: 'NOTIFY' } })
- },
- },
- Record: {
- open: function (a) {
- a = {
- action: { record: 'OPEN' },
- data: {
- Entity: a.Entity,
- RecordID: a.RecordID,
- target: a.Target,
- },
- }
- return g(a)
- },
- edit: function (a) {
- a = {
- action: { record: 'EDIT' },
- data: {
- Entity: a.Entity,
- RecordID: a.RecordID,
- target: a.Target,
- },
- }
- return g(a)
- },
- create: function (a) {
- a = {
- action: { record: 'CREATE' },
- data: {
- Entity: a.Entity,
- RecordID: a.RecordID,
- target: a.Target,
- },
- }
- return g(a)
- },
- populate: function (a) {
- return g({ action: { record: 'POPULATE' }, data: a })
- },
- },
- Popup: {
- close: function () {
- return g({ action: { popup: 'CLOSE' } })
- },
- closeReload: function () {
- return g({ action: { popup: 'CLOSE_RELOAD' } })
- },
- },
- Widget: {
- open: function (a) {
- a = { action: { webTab: 'OPEN' }, data: a }
- return g(a)
- },
- },
- },
- HTTP: {
- get: function (a) {
- return p('wget.get', a)
- },
- post: function (a) {
- return p('wget.post', a)
- },
- put: function (a) {
- return p('wget.put', a)
- },
- patch: function (a) {
- return p('wget.patch', a)
- },
- delete: function (a) {
- return p('wget.delete', a)
- },
- },
- CONNECTOR: {
- invokeAPI: function (a, b) {
- return p(a, b, 'CONNECTOR_API')
- },
- authorize: function (a) {
- return p(a, {}, 'CONNECTOR_AUTHORIZE')
- },
- },
- CONNECTION: {
- invoke: function (a, d) {
- var e = {},
- f = {}
- f.url = d.url
- f.method = d.method
- f.param_type = d.param_type
- f.parameters = JSON.stringify(d.parameters)
- f.headers = JSON.stringify(d.headers)
- e.data = f
- return b({ category: 'CRM_CONNECTION', connectionName: a, data: e })
- },
- },
- WIZARD: {
- post: function (a) {
- a = { category: 'CRM_WIZARD', data: JSON.stringify(a) }
- return b(a)
- },
- },
- BLUEPRINT: {
- proceed: function () {
- return b({ category: 'CRM_BLUEPRINT' })
- },
- },
- }
- })(),
- }
- })()
- var ZSDKUtil = (function (c) {
- function m(b) {}
- function h(b) {
- var c = {}
- b = b || window.location.href
- b.substr(b.indexOf('?') + 1)
- .split('\x26')
- .forEach(function (b, n) {
- var h = b.split('\x3d')
- c[h[0]] = h[1]
- })
- c.hasOwnProperty('serviceOrigin') &&
- (c.serviceOrigin = decodeURIComponent(c.serviceOrigin))
- return c
- }
- var n = h(),
- b
- m.prototype.Info = function () {
- (c.isDevMode() || c.isLogEnabled()) &&
- window.console.info.apply(null, arguments)
- }
- m.prototype.Error = function () {
- (c.isDevMode() || c.isLogEnabled()) &&
- window.console.error.apply(null, arguments)
- }
- c.GetQueryParams = h
- c.isDevMode = function () {
- return n && n.isDevMode
- }
- c.isLogEnabled = function () {
- return n && n.isLogEnabled
- }
- c.getLogger = function () {
- (b && b instanceof m) || (b = new m())
- return b
- }
- c.Sleep = function (b) {
- for (var c = new Date().getTime(); c + b > new Date().getTime(); );
- }
- return c
- })(window.ZSDKUtil || {}),
- ZSDKMessageManager = (function (c) {
- function m(e) {
- try {
- var f = 'string' === typeof e.data ? JSON.parse(e.data) : e.data
- } catch (c) {
- f = e.data
- }
- var l = f.type,
- m = f.eventName
- try {
- var k
- if (!(k = 'SET_CONTEXT' === m)) {
- var p = e.source,
- q = e.origin
- k =
- g.isAppRegistered() && a === p && d === q
- ? !0
- : Error('Un-Authorized Message.')
- }
- if (k)
- switch (l) {
- case 'FRAMEWORK.EVENT':
- var w = {
- SET_CONTEXT: h,
- UPDATE_CONTEXT: n,
- EVENT_RESPONSE: b,
- EVENT_RESPONSE_FAILURE: t,
- }[f.eventName]
- w && 'function' === typeof w
- ? w(e, f)
- : ZSDKEventManager.NotifyEventListeners(
- g.AppContext,
- f.eventName,
- f.data,
- )
- break
- default:
- g.MessageInterceptor(e, f)
- }
- } catch (c) {
- r.Error('[SDK.MessageHandler] \x3d\x3e ', c.stack)
- }
- }
- function h(b, c) {
- a = window.parent
- d = g.QueryParams.serviceOrigin
- g.SetContext(c.data)
- g.ExecuteLoadHandler()
- }
- function n(a, b) {}
- function b(a, b) {
- k(b.promiseid, !0, b.data)
- }
- function t(a, b) {
- k(b.promiseid, !1, b.data)
- }
- function k(a, b, c) {
- l.hasOwnProperty(a) &&
- (b ? l[a].resolve(c) : l[a].reject(c), (l[a] = void 0), delete l[a])
- }
- function y(a) {
- return new Promise(function (b, c) {
- l[a] = { resolve: b, reject: c, time: new Date().getTime() }
- })
- }
- function v(b) {
- 'object' === typeof b && (b.appOrigin = encodeURIComponent(p()))
- if (!a) throw Error('Parentwindow reference not found.')
- a.postMessage(b, g.QueryParams.serviceOrigin)
- }
- function p() {
- return (
- window.location.protocol +
- '//' +
- window.location.host +
- window.location.pathname
- )
- }
- var g,
- r = ZSDKUtil.getLogger(),
- u = 100,
- l = {},
- a,
- d
- c.Init = function (a, b) {
- if (!a || 'object' !== typeof a)
- throw Error('Invalid Context object passed')
- if (b && 'object' !== typeof b)
- throw Error('Invalid Configuration Passed to MessageManager')
- g = a
- return m.bind(c)
- }
- c.RegisterApp = function () {
- var a = {
- type: 'SDK.EVENT',
- eventName: 'REGISTER',
- appOrigin: encodeURIComponent(p()),
- }
- window.parent.postMessage(a, g.QueryParams.serviceOrigin)
- }
- c.DERegisterApp = function () {
- var a = {
- type: 'SDK.EVENT',
- eventName: 'DEREGISTER',
- uniqueID: g.getUniqueID(),
- }
- v(a)
- }
- c.SendRequest = function (a) {
- if (!a || 'object' !== typeof a) throw Error('Invalid Options passed')
- var b
- b = 'Promise' + u++
- a = {
- type: 'SDK.EVENT',
- eventName: 'HTTP_REQUEST',
- uniqueID: g.getUniqueID(),
- time: new Date().getTime(),
- promiseid: b,
- data: a,
- }
- v(a)
- b = y(b)
- return b
- }
- c.TriggerEvent = function (a, b, c) {
- if (!a) throw Error('Invalid Eventname : ', a)
- var d = c ? 'Promise' + u++ : void 0
- a = {
- type: 'SDK.EVENT',
- eventName: a,
- uniqueID: g.getUniqueID(),
- time: new Date().getTime(),
- promiseid: d,
- data: b,
- }
- v(a)
- if (c) return y(d)
- }
- return c
- })(window.ZSDKMessageManager || {}),
- ZSDKEventManager = (function (c) {
- var m = ZSDKUtil.getLogger(),
- h = {}
- c.AttachEventListener = function (c, b) {
- 'function' === typeof b &&
- (Array.isArray(h[c]) || (h[c] = []), h[c].push(b))
- }
- c.NotifyEventListeners = function (c, b, t) {
- var k = b.match(/^\__[A-Za-z_]+\__$/gi)
- Array.isArray(k)
- if ((k = h[b]) && Array.isArray(k))
- for (b = 0; b < k.length; b++) k[b].call(c, t)
- else m.Info('Cannot find EventListeners for Event : ', b)
- }
- c.NotifyInternalEventHandler = function (c, b) {
- var h = b.eventName
- '__APP_INIT__' === h
- ? (c.SetContext(b.data), c.ExecuteLoadHandler())
- : '__APP_CONTEXT_UPDATE__' === h &&
- (c.UpdateContext(b.data), c.ExecuteContextUpdateHandler())
- }
- return c
- })(window.ZSDKEventManager || {})
- function ZSDK() {
- function c() {
- 'function' !== typeof l
- ? z.Error('No OnLoad Handler provided to execute.')
- : C
- ? z.Error('OnLoad event already triggered.')
- : (l.call(q, q), (C = !0))
- }
- function m() {
- a.call(q, q)
- }
- function h() {
- return B
- }
- function n(a, b, c) {
- return ZSDKMessageManager.TriggerEvent(a, b, c)
- }
- function b(a) {
- z.Info('Setting AppContext data')
- var b = (a && a.model) || {}
- isDevMode &&
- a.locale &&
- a.localeResource &&
- 0 === Object.keys(a.localeResource).length &&
- a.localeResource.constructor === Object &&
- a.locale &&
- v(a.locale)
- if ('undefined' !== typeof ZSDKModelManager) {
- for (var c in b) ZSDKModelManager.AddModel(c, b[c])
- q.Model = ZSDKModelManager.GetModelStore()
- }
- f = a.uniqueID
- d = a.connectors
- z.Info('App Connectors ', d)
- B = !0
- }
- function t() {
- return f
- }
- function k(a) {}
- function y() {
- return d
- }
- function v(a) {
- p('/app-translations/' + a + '.json', function (a) {
- A = JSON.parse(a)
- u()
- })
- }
- function p(a, b) {
- var c = new XMLHttpRequest()
- c.open('GET', a, !1)
- c.onreadystatechange = function () {
- 4 == c.readyState && '200' == c.status && b(c.responseText)
- }
- c.send(null)
- }
- function g(a, b, c) {
- for (var d = ''; d != a; ) (d = a), (a = a.replace(b, c))
- return a
- }
- function r(a, b) {
- b = b.replace(/\[(\w+)\]/g, '.$1')
- b = b.replace(/^\./, '')
- for (var c = b.split('.'), d = 0, e = c.length; d < e; ++d) {
- var f = c[d]
- if (f in a) a = a[f]
- else return
- }
- return a
- }
- function u() {
- var a = document.querySelectorAll('[data-i18n]'),
- b
- for (b in a)
- if (a.hasOwnProperty(b)) {
- var c = r(A, a[b].getAttribute('data-i18n'))
- if (!c) return !1
- if (a[b].hasAttribute('data-options')) {
- var d = JSON.parse(
- JSON.stringify(
- eval('(' + a[b].getAttribute('data-options') + ')'),
- ),
- ),
- e = Object.keys(d),
- f
- for (f in e) c = g(c, '${' + e[f] + '}', d[e[f]])
- }
- a[b].innerHTML = c
- }
- }
- var l,
- a,
- d,
- e,
- f,
- A = {},
- z = ZSDKUtil.getLogger(),
- B = !1,
- C = !1
- this.isContextReady = !1
- this.HelperContext = {}
- this.isDevMode = !1
- this.getContext = function () {
- return q
- }
- var q = { Model: {}, Event: {} }
- q.Event.Listen = function (a, b) {
- ZSDKEventManager.AttachEventListener(a, b)
- }
- q.Event.Trigger = n
- q.GetRequest = function (a) {
- return ZSDKMessageManager.SendRequest(a)
- }
- q.QueryParams = e
- q.Translate = function (a, b) {
- var c = ''
- a && (c = r(A, a))
- if (!c) return !1
- if (b) {
- var d = JSON.parse(JSON.stringify(eval(b))),
- e = Object.keys(d)
- for (a in e) c = g(c, '${' + e[a] + '}', d[e[a]])
- }
- return c
- }
- this.OnLoad = function (a) {
- if ('function' !== typeof a) throw Error('Invalid Function value is passed')
- l = a
- B && c()
- }
- this.OnUnLoad = function (a) {}
- this.OnContextUpdate = function (b) {
- a = b
- }
- ;(function () {
- e = ZSDKUtil.GetQueryParams()
- isDevMode = !!e.isDevMode
- var a = {}
- a.isDevMode = isDevMode
- a.ExecuteLoadHandler = c
- a.SetContext = b
- a.UpdateContext = k
- a.QueryParams = e
- a.GetConnectors = y
- a.TriggerEvent = n
- a.ExecuteContextUpdateHandler = m
- a.getUniqueID = t
- a.isAppRegistered = h
- var d = ZSDKMessageManager.Init(a)
- window.addEventListener('message', d)
- window.addEventListener('unload', function () {
- ZSDKMessageManager.DERegisterApp()
- })
- 'undefined' !== typeof ZSDKModelManager && ZSDKModelManager.Init(a)
- ZSDKMessageManager.RegisterApp()
- })()
- }
|