diff --git a/common/api.js b/common/api.js index e79fe2b..12804f1 100644 --- a/common/api.js +++ b/common/api.js @@ -331,6 +331,11 @@ var default_api = 'https://api.global-interaction.com/'; method: 'GET', }); }, + platformPolicy: function () { + return request('/api/v1/agency-center/platform-policy', { + method: 'GET', + }); + }, hosts: function () { return request('/api/v1/agency-center/hosts', { method: 'GET', diff --git a/gonghui/agency-center/index.html b/gonghui/agency-center/index.html index 4bd7ad1..d2c0928 100644 --- a/gonghui/agency-center/index.html +++ b/gonghui/agency-center/index.html @@ -9,7 +9,10 @@