|
...
|
...
|
@@ -58,7 +58,7 @@ class RatingLogic extends BaseLogic |
|
|
|
'type'=>$this->param['type']
|
|
|
|
];
|
|
|
|
$this->scoringModel->add($param);
|
|
|
|
return $this->httpSore($this->param['data'],$this->project['post_id'],$this->param['type']);
|
|
|
|
return $this->httpSore($this->param['data'],$this->project['id'],$this->param['type']);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|