Commit c7af9ddd authored by 张烨's avatar 张烨

fix: login api

parent 3dfceeac
......@@ -6,5 +6,5 @@ export const getUserInfo = param => get('/cityinterface/getUserinfo', param);
export const login = param =>
get(`${CITY_SERVICE}/OMS.svc/L_GetCheckUser`, param);
export const OMSLogin = (loginName, password) =>
postForm(`${PUBLISH_SERVICE}/OMSLogin`, { loginName, password });
export const OMSLogin = (userName, password) =>
postForm(`${PUBLISH_SERVICE}/OMSLogin`, { userName, password });
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