版本控制 (.getJudgeConfig)
一、概述
二、接入方式
三、调用方法
tt.tmSDK.getJudgeConfig().then(res=>{
console.log(res)
})四、返回值样例
{
"1" : {
id: 1,
key: 'share',
description: '分享',
status: 1
}
}五、返回值详解
最后更新于