修改騎手位置回傳

This commit is contained in:
邹宗楠
2022-05-17 16:39:26 +08:00
parent 44b426cc4a
commit f12103db54
2 changed files with 1 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
if user2 := userProvider.GetUser(authBindEx.UserHint.Email, UserIDMobile); user2 != nil {
user = user2
}
} else if authBindEx.UserID != "" {
user = userProvider.GetUser(authBindEx.UserID, UserIDID)
}

View File

@@ -27,7 +27,7 @@ import (
func GetOrderRiderInfoToPlatform(orderId string) {
globals.SugarLogger.Debug("==========GetOrderRiderInfoToPlatform", time.Now())
params := make(map[string]interface{}, 0)
params["statuss"] = []int{20}
params["statuss"] = []string{"20"}
params["isDateFinish"] = false
params["isIncludeFake"] = true
params["mustInvoice"] = false