mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【修复】修改前端添加地址获取三级联动的判断模式,防止出现个人重名导致的获取序列失败的问题。
This commit is contained in:
@@ -860,7 +860,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers
|
||||
[HttpPost]
|
||||
public async Task<WebApiCallBack> GetAreaId([FromBody] GetAreaIdPost entity)
|
||||
{
|
||||
var jm = await _areaServices.GetAreaId(entity.provinceName, entity.cityName, entity.countyName, entity.postalCode);
|
||||
var jm = await _areaServices.GetAreaId(entity.provinceName, entity.provinceId, entity.cityName, entity.cityId, entity.countyName, entity.countyId, entity.postalCode);
|
||||
|
||||
return jm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user