Commit 08f695ab by zhangleyuan

feat:处理联调的参数

parent 652a5ce4
......@@ -49,10 +49,11 @@ class Authorize extends React.Component {
getWechatUserInfo = ()=>{
const code = window.getParameterByName('code');
const ticket = window.getParameterByName('ticket');
const storeId = window.getParameterByName('storeId');
const params = {
appTermEnum: "XIAOMAI_CLOUD_CLASS_PC_WEB_CUSTOMER",
code,
storeId:"1192022572770412395",
storeId,
ticket
}
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