getMerchantPromoteBgPicUrl method

String getMerchantPromoteBgPicUrl()

商户推广页面图片地址

Implementation

String getMerchantPromoteBgPicUrl() {
  return _getParamModel()?.merchantPromoteBgPicUrl ?? "";
}