public Respbase BindPcnAcount(BindPcnAcountReq req) { var facade = new UserFacade(); facade.BindPcnAcount(req); return(facade.PromptInfo); }