This commit is contained in:
邹宗楠
2022-10-31 19:23:57 +08:00
parent 1f8a1a8a22
commit 473c5cba35
3 changed files with 24 additions and 7 deletions

View File

@@ -17,4 +17,5 @@ type RiderInfo struct {
LogisticsContext string `json:"logistics_context"` // 配送状态描述
Latitude string `json:"latitude"` // 骑手当前的纬度,美团使用的是高德坐标系。
Longitude string `json:"longitude"` // 骑手当前的经度,美团使用的是高德坐标系。
OpCode string `json:"opcode"` // 抖音状态(抖音才需要)
}