Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
59f78ed8e1 | ||
|
7ee1598a3b | ||
8c07611ada | |||
edb04ea533 | |||
0e5a51826a | |||
b7df304b20 |
@ -14,7 +14,7 @@ type Info struct {
|
||||
ID uint64 `json:"ID"`
|
||||
Status int32 `json:"status"`
|
||||
Name string `json:"name"`
|
||||
Sex int32 `json:"sex"`
|
||||
Sex string `json:"sex"`
|
||||
Nationality string `json:"nationality"`
|
||||
DocumentType int32 `json:"documentType"`
|
||||
CertificatePicture string `json:"certificatePicture"`
|
||||
|
@ -87,7 +87,7 @@ type AccountInfo struct {
|
||||
Status string `json:"Status"` //头像
|
||||
CreatedAt string `json:"CreatedAt"` //头像
|
||||
IsNeedChange uint64 `json:"IsNeedChange"` //是否强制修改密码
|
||||
Sex uint64 `json:"Sex"`
|
||||
Sex string `json:"Sex"`
|
||||
}
|
||||
|
||||
type Login struct {
|
||||
|
@ -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