getPtManageAccountUrl method

String getPtManageAccountUrl()

获取Pt管理员账号url

Implementation

String getPtManageAccountUrl() {
  return _getParamModel()?.ptMgrAccountLink ?? "";
}