Commit 22beee32 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 256246a3
......@@ -126,6 +126,10 @@ class ApplicationBusiness
unset($app_item['image_ids']);
$app_user_num = self::getAppUserNum($id);
$app_item['app_user_num'] = $app_user_num;
$unsetfields = ['h5_icon','official_url','introduce_image','h5_image_ids','open_type','show_width','show_height'];
foreach ($unsetfields as $field){
unset($app_item[$field]);
}
return ['code' => 0,'data' => $app_item];
}
return ['code' => 1, 'data' => [],'msg' => "id不合法"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment