@@ -74,7 +74,7 @@ class AcceptorController extends webApp
*/
public function applyInfo()
{
- $info = MerchantService::make()->getApplyInfo($this->userId);
+ $info = AcceptorService::make()->getApplyInfo($this->userId);
if($info){
return showJson(1010, true, $info);
}else{