curl --location --request POST 'https://openapi.beschannels.com/ma/Api/Openapi/wechatOauthUrl' \ --form 'wechat_appid="wx34685ce3d31c20fd"' \ --form 'callback_url="https://www.baidu.com"' \ --form 'scope="snsapi_base"'
{ "code": 0, "msg": "成功", "data": { "web_oauth_url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx34685ce3d31c20fd&redirect_uri=https%3A%2F%2Fcd01.ma.scrmtech.com%2Fuser%2Fbindwechatv2%2FwebPageCallBack%3Fcallback_url%3DaHR0cHM6Ly93d3cuYmFpZHUuY29t&response_type=code&scope=snsapi_userinfo&state=openapi&component_appid=wx3b211b70881fad71#wechat_redirect" } }