* Modify api struct page product locate.

This commit is contained in:
caoyanyi
2023-04-07 16:03:55 +08:00
parent 37a6ad5a0b
commit 5be38b3c6d
+1 -1
View File
@@ -2446,7 +2446,7 @@ class productModel extends model
{
$link = helper::createLink($module, $method, "productID=%s");
}
else if($module == 'doc')
else if($module == 'doc' or $module == 'api')
{
$link = helper::createLink('doc', 'productSpace', "objectID=%s");
}