isdata-customer-sdk 0.2.65 → 0.2.66
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
|
@@ -30612,10 +30612,11 @@ const getMappingAppInfoByID = async (appID, groupID) => {
|
|
|
30612
30612
|
*
|
|
30613
30613
|
* @returns 获取门户登录页面的公告信息
|
|
30614
30614
|
*/
|
|
30615
|
-
const getLoginPageNotices = async
|
|
30615
|
+
const getLoginPageNotices = async groupID => {
|
|
30616
30616
|
let queryData = {
|
|
30617
30617
|
param: {
|
|
30618
|
-
id: "1005"
|
|
30618
|
+
id: "1005",
|
|
30619
|
+
groupID: groupID // 集团ID
|
|
30619
30620
|
}
|
|
30620
30621
|
};
|
|
30621
30622
|
let resultData = await request.post(`/dataservice/rest/orchestration/getNoticeInfosByAppTypeID`, queryData);
|