This commit is contained in:
zhaoke
2023-10-07 10:50:15 +08:00
parent c3f245e26a
commit 05668c55e3
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@ class storeModel extends model
*/
public function getAppInfo($id, $analysis = false, $name = '', $version ='', $channel = '')
{
if(empty($id)) return null;
$apiParams = array();
$apiParams['analysis'] = $analysis ? 'true' : 'false' ;