isdata-customer-sdk 0.2.13 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -29612,6 +29612,7 @@ __webpack_require__.d(__webpack_exports__, {
29612
29612
  getPortalAccessToken: function() { return /* reexport */ getPortalAccessToken; },
29613
29613
  getPortalAppCustomConfig: function() { return /* reexport */ getPortalAppCustomConfig; },
29614
29614
  getPortalDocmentInfo: function() { return /* reexport */ getPortalDocmentInfo; },
29615
+ getPortalNotices: function() { return /* reexport */ getPortalNotices; },
29615
29616
  getPortalPageConfig: function() { return /* reexport */ getPortalPageConfig; },
29616
29617
  getPortalPageMenuID: function() { return /* reexport */ getPortalPageMenuID; },
29617
29618
  getPortalUserInfo: function() { return /* reexport */ getPortalUserInfo; },
@@ -30418,6 +30419,21 @@ const getLoginPageNotices = async () => {
30418
30419
  return noticeInfos;
30419
30420
  };
30420
30421
 
30422
+ /**
30423
+ * 获取对应租户的组织的公告信息
30424
+ * @param {*} groupID
30425
+ * @returns
30426
+ */
30427
+ const getPortalNotices = async groupID => {
30428
+ let queryData = {
30429
+ "param": {
30430
+ "id": groupID
30431
+ }
30432
+ };
30433
+ let resultData = await request.post(`/dataservice/rest/orchestration/getNoticesInfosByGroupID`, queryData);
30434
+ return resultData;
30435
+ };
30436
+
30421
30437
  /**
30422
30438
  * 获取门户单点登录接入Token
30423
30439
  * @param {*} appKey