在线参数 (.getAppJSONConfig)
概述
接入方式
调用方法
直接调用
wx.tmSDK.getAppJSONConfig().then((res) => {
console.log('在线配置参数:', res);
});通过指定key获取配置
wx.tmSDK.getAppJSONConfig('key').then((res) => {
console.log('在线配置 key 对应的配置:', res);
});返回值说明
当传入的参数为空时
当传入的参数为【参数ID】字段值时
最后更新于