curl --location --request GET '/api/account/codeurl' \
--header 'token: {{token}}'
{
"code": 1,
"msg": "获取成功",
"data": {
"url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9d46fbcce2d26482&redirect_uri=http%3A%2F%2Flikeb2b2c.yixiangonline.com%2Fmobile%2F&response_type=code&scope=snsapi_userinfo&state=6a22bbb6f7661a1377bc815d31b8b2f4&connect_redirect=1#wechat_redirect"
},
"show": 0,
"time": "0.103647"
}