- 监控平台门店状态时,如果平台门店是自动接单的,改为非自动接单
This commit is contained in:
@@ -30,6 +30,8 @@ type StoreDetail struct {
|
||||
|
||||
DistrictName string `json:"districtName"`
|
||||
CityName string `json:"cityName"`
|
||||
|
||||
IsAutoOrder int8 `json:"isAutoOrder"` // 平台是否自动接单,-1:否,0:未知,1:是
|
||||
}
|
||||
|
||||
// 带快递门店信息的
|
||||
|
||||
Reference in New Issue
Block a user