【优化】优化用户地址内地图三级联动获取接口返回,因可能存在县区名称重复问题,改为三级匹配。

This commit is contained in:
JianWeie
2022-05-30 13:49:02 +08:00
parent b3198fdfdb
commit b090e5269d
3 changed files with 40 additions and 10 deletions

View File

@@ -71,12 +71,12 @@ namespace CoreCms.Net.Model.ViewModels.DTO
public class GetAreaIdPost
{
/// <summary>
///
/// 市/区
/// </summary>
public string cityName { get; set; }
/// <summary>
/// 市/区
///
/// </summary>
public string countyName { get; set; }