在线参数
在线参数
调用方法
wx.tmSDK.getAppJSONConfig().then((res) => {
console.log('在线配置参数:', res);
});通过指定key获取制定配置
wx.tmSDK.getAppJSONConfig('key').then((res) => {
console.log('在线配置 key 对应的配置:', res);
});最后更新于