curl --location --request GET '/shopapi/login/codeUrl?url=' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9d46fbcce2d26482&redirect_uri=https%3A%2F%2Flikeshop.yixiangonline.com%2F&response_type=code&scope=snsapi_userinfo&state=1f18a510440d3d8744d36454a9dc6195&connect_redirect=1#wechat_redirect"
}
}