*Test getGroupAccounts.

This commit is contained in:
孙华伟
2022-05-06 16:32:00 +08:00
parent d1580bd9e9
commit c73cf3cea0
+10 -1
View File
@@ -10,8 +10,17 @@ title=测试 groupModel->getGroupAccounts();
cid=1
pid=1
测试获取 group 的 account td79 >> td79
测试获取 group 的 account pm1 >> pm1
测试获取 group 的 account po75 >> po75
测试获取 group 的 account top88 >> top88
*/
$group = new groupTest();
$groupIdList = array(1,9,2,12);
r($group->getGroupAccountsTest()) && p() && e();
r($group->getGroupAccountsTest($groupIdList)) && p('td79') && e('td79'); //测试获取 group 的 account td79
r($group->getGroupAccountsTest($groupIdList)) && p('pm1') && e('pm1'); //测试获取 group 的 account pm1
r($group->getGroupAccountsTest($groupIdList)) && p('po75') && e('po75'); //测试获取 group 的 account po75
r($group->getGroupAccountsTest($groupIdList)) && p('top88') && e('top88'); //测试获取 group 的 account top88