Commit c04de603 authored by 崔佳豪's avatar 崔佳豪

fix: 消息通知接口升级netcore接口

parent 253e3e2b
...@@ -2,17 +2,17 @@ import { request } from '@wisdom-utils/utils'; ...@@ -2,17 +2,17 @@ import { request } from '@wisdom-utils/utils';
import * as constants from '../../constants'; import * as constants from '../../constants';
const API = { const API = {
GET_INFORMATION: GET_INFORMATION:
'/CityInterface/rest/services/CountyProduct.svc/SCADAOper/GetInformationInfo', '/PandaCore/GCK/Message/GetInformationInfo',
GET_MQTT_SITE_CODE: GET_MQTT_SITE_CODE:
'/CityInterface/rest/services/CountyProduct.svc/SCADAOper/getMqttSitecode', '/CityInterface/rest/services/CountyProduct.svc/SCADAOper/getMqttSitecode',
GET_ALL_INFORMATION_INFO: GET_ALL_INFORMATION_INFO:
'/PandaWater/CityWater/Notification/GetAllInformationInfo', '/PandaCore/GCK/Message/GetAllInformationInfo',
POST_INFORMATION_STATUS: POST_INFORMATION_STATUS:
'/PandaWater/CityWater/Notification/PostInformationStatus', '/PandaCore/GCK/Message/PostInformationStatus',
POST_ADD_OPTIONS: POST_ADD_OPTIONS:
'/CityInterface/rest/services/WisdomUnion.svc/CustomerManage/AddOption', '/CityInterface/rest/services/WisdomUnion.svc/CustomerManage/AddOption',
GET_CURRENT_INFO_TYPE: GET_CURRENT_INFO_TYPE:
'PandaWater/CityWater/Notification/GetCurrentInfoType', '/PandaCore/GCK/Message/GetCurrentInfoType',
}; };
const notificationService = { const notificationService = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment