getPtManageAccount method

String getPtManageAccount()

获取Pt管理员账号

Implementation

String getPtManageAccount() {
  return _getParamModel()?.ptMgrAccount ?? "";
}