mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
【优化】优化用户地址内地图三级联动获取接口返回,因可能存在县区名称重复问题,改为三级匹配。
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user