getPtUrl method

String getPtUrl()

获取Pt群地址

Implementation

String getPtUrl() {
  return _getParamModel()?.ptUrl ?? "";
}