* add params

This commit is contained in:
Zongjun Lan
2022-03-24 11:29:10 +08:00
parent aca148a64e
commit 74d5fbf6a6
@@ -6,7 +6,7 @@
* @param string $programID
* @return array
*/
public function getPairs($mode = '', $programID = 0)
public function getPairs($mode = '', $programID = 0, $append = '')
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getProductPairs();