1、请求方法为post,注意jump_wxa参数的值为object;
2、Android系统不支持直接识别URL Scheme,用户无法通过Scheme正常打开小程序,开发者需要使用H5页面中转,再跳转到Scheme实现打开小程序,但是并不是所有的浏览器都支持;
3、注意is_expire的参数类型是boolean,千万不要使用0或1,不然会提示数据格式不正确的;
----2021-04-23更新----
注意事项:小程序必须要上线才能请求接口成功,否则会提示参数格式不正确
参考文章:
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.generate.html
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html