This commit is contained in:
邹宗楠
2022-10-09 10:30:29 +08:00
parent 01d21455f0
commit 5138aceec9
2 changed files with 34 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ type StoreDetail struct {
DistrictName string `json:"districtName"`
CityName string `json:"cityName"`
ProvinceName string `json:"provinceName"` //省名
ProvinceCode int `json:"provinceCode"` //省名
JdCityCode int `json:"jdCityCode"` //京东市code
JdCode int `json:"jdCode"` //京东区code
JdsCode int `json:"jdsCode"` //京东商城地址代码
@@ -115,6 +116,7 @@ func getStoreDetail(db *DaoDB, storeID, vendorID int, vendorStoreID, vendorOrgCo
t3.value price_percentage_pack_str,
t4.value freight_deduction_pack_str,
province.name province_name,
province.code province_code,
district.name district_name,
district.jds_code jds_code,
district.jd_code jd_code,