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