A/B test(.abtest)
一、概述
二、接入方式
使用示例
let plan_id = 22;
qg.tmSDK.abtest(plan_id).then(res => {
console.log(res);
});返回值说明
{
"planId": "22",
"groupId": "100001"
}
// 不存在则返回:{}最后更新于
let plan_id = 22;
qg.tmSDK.abtest(plan_id).then(res => {
console.log(res);
});{
"planId": "22",
"groupId": "100001"
}
// 不存在则返回:{}最后更新于