Commit abe1623c authored by 吴春's avatar 吴春

1

parent 066d8038
......@@ -812,7 +812,20 @@ namespace Mall.Common
return ReadConfigKey("IsCPSWJSelectAll");
}
}
/// <summary>
/// 统一合作电话(载体/品牌)
/// </summary>
public static string TongYiPhone
{
get
{
return ReadConfigKey("TongYiPhone");
}
}
/// <summary>
/// 汇付天下回调进阶思维接口地址
/// </summary>
......
......@@ -61,5 +61,10 @@ namespace Mall.Model.Extend.TradePavilion
/// 店铺数
/// </summary>
public int MixAreaRequirement { get; set; }
/// <summary>
/// 统一合作电话
/// </summary>
public string TongYiMobile { get; set; }
}
}
......@@ -2984,6 +2984,9 @@ namespace Mall.WebApi.Controllers.TradePavilion
extModel.ManagementCompany,
extModel.BrandDemand,
extModel.HonorList,
extModel.ContactName,
extModel.ContactPhone,
TongYiMobile = Config.TongYiPhone ?? "",
OpenTime = StringHelper.FormatDate(extModel.OpenTime),
});
}
......@@ -3183,6 +3186,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
var collectModel = carrierModule.GetList(new RB_Collect_Extend { Status = 0, Type = 2, UserId = RequestParm.UserId, SourceId = extModel.ID, MallBaseId = query.MallBaseId, TenantId = query.TenantId }).FirstOrDefault();
extModel.CollectId = collectModel?.Id ?? 0;
}
extModel.TongYiMobile = Config.TongYiPhone ?? "";
return ApiResult.Success(data: extModel);
}
......
......@@ -83,6 +83,7 @@
"IsFirtsShopAutoExamine": 1, //首店企业认证是否自动审核,1-是
"IsCPSWJAutoExamine": 0, //翠屏商务局(商载通)企业认证是否自动审核,1-是
"IsCPSWJSelectAll": "1", //0-表示不显示全部/宜宾/成都 1-显示
"TongYiPhone": "028-85053690",
"FinanceSetting": {
"TenantId": 1,
"MallBaseId": 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment