Commit d1e44455 by zhangleyuan

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

parents 96fc3efd 08f695ab
...@@ -49,10 +49,11 @@ class Authorize extends React.Component { ...@@ -49,10 +49,11 @@ class Authorize extends React.Component {
getWechatUserInfo = ()=>{ getWechatUserInfo = ()=>{
const code = window.getParameterByName('code'); const code = window.getParameterByName('code');
const ticket = window.getParameterByName('ticket'); const ticket = window.getParameterByName('ticket');
const storeId = window.getParameterByName('storeId');
const params = { const params = {
appTermEnum: "XIAOMAI_CLOUD_CLASS_PC_WEB_CUSTOMER", appTermEnum: "XIAOMAI_CLOUD_CLASS_PC_WEB_CUSTOMER",
code, code,
storeId:"1192022572770412395", storeId,
ticket ticket
} }
Service.hades('/anon/hades/bindWeChat',params).then((res)=>{ Service.hades('/anon/hades/bindWeChat',params).then((res)=>{
......
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