Commit e89731f4 by zhangleyuan

feat:企业微信授权登录联调

parent 0a6e2e3f
...@@ -23,7 +23,7 @@ class WorkWxAuthorize extends React.Component { ...@@ -23,7 +23,7 @@ class WorkWxAuthorize extends React.Component {
const ticket = window.getParameterByName('ticket'); const ticket = window.getParameterByName('ticket');
const storeId = window.getParameterByName('storeId'); const storeId = window.getParameterByName('storeId');
Service.hades("/anon/hades/wXWorkUserTicketLogin", { Service.hades("/anon/hades/wXWorkUserTicketLogin", {
appTermEnum: appTermEnum, appTermEnum: 'XIAOMAI_CLOUD_CLASS_PC_WEB_CUSTOMER',
code, code,
ticket, ticket,
storeId storeId
......
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