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

fix: 修复token校验接口

parent b95b60bd
Pipeline #55873 passed with stages
...@@ -14,7 +14,7 @@ export const API = { ...@@ -14,7 +14,7 @@ export const API = {
GET_GATEWAY_CONFIG: '/PandaOMS/OMS/HostManager/GetGateWay', GET_GATEWAY_CONFIG: '/PandaOMS/OMS/HostManager/GetGateWay',
GET_CONFIG: '/PandaOMS/OMS/WebSite/GetConfig', GET_CONFIG: '/PandaOMS/OMS/WebSite/GetConfig',
GENERATE_TOKEN: '/PandaCore/GCK/BussinessAuth/GenerateToken', GENERATE_TOKEN: '/PandaCore/GCK/BussinessAuth/GenerateToken',
GENERATE_IOT_TOKEN: '/PandaCore/GCK/BussinessAuth/GenerateGCKToken', GENERATE_IOT_TOKEN: '/PandaCore/GCK/BussinessAuth/GenerateTokenGCK',
GENERATE_QRCODE: 'cityinterface/rest/services.svc/generatetokenByqrcode', GENERATE_QRCODE: 'cityinterface/rest/services.svc/generatetokenByqrcode',
GENERATE_TOKEN_CHANGE: '/cityinterface/rest/services.svc/generatetokenquick', GENERATE_TOKEN_CHANGE: '/cityinterface/rest/services.svc/generatetokenquick',
GET_WEB_SITE_CONFIG: '/PandaOMS/OMS/WebSite/GetWebSiteConfig', GET_WEB_SITE_CONFIG: '/PandaOMS/OMS/WebSite/GetWebSiteConfig',
......
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