Commit d05a8b2a by zhangleyuan

Merge branch 'feature/zhangleyuan/20210105/wechat-authorize' into dev

parents 028f4eed e16ab1b2
...@@ -49,7 +49,7 @@ class Authorize extends React.Component { ...@@ -49,7 +49,7 @@ class Authorize extends React.Component {
const code = window.getParameterByName('code'); const code = window.getParameterByName('code');
const ticket = window.getParameterByName('ticket'); const ticket = window.getParameterByName('ticket');
const params = { const params = {
appTermEnum: "XIAOMAI_CLOUD_CLASS_PC_WEB_ADMIN", appTermEnum: "XIAOMAI_CLOUD_CLASS_PC_WEB_CUSTOMER",
code, code,
storeId:"1192022572770412395", storeId:"1192022572770412395",
ticket ticket
......
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