Compare commits
2 Commits
016fa3ee72
...
edb04ea533
Author | SHA1 | Date | |
---|---|---|---|
edb04ea533 | |||
b7df304b20 |
@ -283,10 +283,10 @@ func OrderRecordsDetail(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
// 获取 用户信息
|
||||
/*// 获取 用户信息
|
||||
userInfo := login.GetUserInfoFromC(c)
|
||||
|
||||
req.CustomerID = strconv.FormatUint(userInfo.ID, 10)
|
||||
req.CustomerID = strconv.FormatUint(userInfo.ID, 10)*/
|
||||
|
||||
res, err := service.BundleProvider.OrderRecordsDetail(context.Background(), &req)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user