|
|
@@ -24,7 +24,7 @@ class AcceptorController extends webApp
|
|
|
{
|
|
|
$type = request()->post('type', 'detail');
|
|
|
$id = request()->post('id', 0);
|
|
|
- $info = AcceptorService::make()->getInfo($this->userId, $type, $id);
|
|
|
+ $info = AcceptorService::make()->getInfo($id, $type, $this->userId);
|
|
|
if($info){
|
|
|
return showJson(1010, true, $info);
|
|
|
}else{
|