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