版本控制 (.getJudgeConfig)
开发者需通过该配置表来控制前端的功能是否开启
概述
接入方式
调用方法
wx.tmSDK.getJudgeConfig().then(res=>{
console.log(res)
})返回值样例
{
"1" : {
id: 1,
key: 'share',
description: '分享',
status: 1
}
}返回值详解
最后更新于