获取到token后,将token作为参数,访问目标页面
https://citestweixin.shishike.com/platform/partner/autologin?shopId=247900001&mobile=15198098980&token=xxxxxxx&redirect=https%3A%2F%2Fcitestweixin.shishike.com%2Fmember%2Findex%3FshopId%3D810094162
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/autoLogin?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "15911011011"
}'
{
"code": 0,
"result": {
"token": "string"
}
}