@@ -78,6 +78,10 @@ class Jishuguifan extends Apiw
$down_id = $down;
}
+ if($info['tid'] == 0){
+ $info['tid'] = $info['id'];
+ }
+
$rs = [
'info' => $info,
'is_collect' => $this->is_collect($info['tid'],$this->auth->id),