diff --git a/module/webhook/test/model/getopenidlist.php b/module/webhook/test/model/getopenidlist.php index 673c1a68f3..b049484880 100755 --- a/module/webhook/test/model/getopenidlist.php +++ b/module/webhook/test/model/getopenidlist.php @@ -17,6 +17,7 @@ cid=1 - 测试传入空的情况 @0 - 测试webhook传入空的情况 @0 - 测试action传入空的情况 @0 +- 追加toList @0 */ @@ -33,4 +34,5 @@ $action[1] = 0; r($webhookTest->getOpenIdListTest($webhook[0], $action[0])) && p() && e('0'); //测试传入正常数据的情况 r($webhookTest->getOpenIdListTest($webhook[1], $action[1])) && p() && e('0'); //测试传入空的情况 r($webhookTest->getOpenIdListTest($webhook[0], $action[1])) && p() && e('0'); //测试webhook传入空的情况 -r($webhookTest->getOpenIdListTest($webhook[1], $action[0])) && p() && e('0'); //测试action传入空的情况 \ No newline at end of file +r($webhookTest->getOpenIdListTest($webhook[1], $action[0])) && p() && e('0'); //测试action传入空的情况 +r($webhookTest->getOpenIdListTest($webhook[0], $action[0], 'user1')) && p() && e('0'); //追加toList \ No newline at end of file