getMerchantHomeUrl method

String getMerchantHomeUrl()

商户回家地址(用于跳转)

Implementation

String getMerchantHomeUrl() {
  return _getParamModel()?.merchantHomeUrl ?? "";
}