修改騎手位置回傳
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user