Compare commits

...

6 Commits
main ... dev

Author SHA1 Message Date
songchuang
59f78ed8e1 Merge branch 'sc' into dev 2025-04-14 16:27:10 +08:00
songchuang
7ee1598a3b Merge branch 'sc' into dev 2025-04-14 16:17:37 +08:00
8c07611ada Merge branch 'jng' into dev 2025-04-14 15:56:17 +08:00
edb04ea533 Merge branch 'dev' of http://172.16.100.91:3000/fiee/fonchain-fiee into dev 2025-04-14 15:56:05 +08:00
0e5a51826a 修改 2025-04-14 15:55:59 +08:00
b7df304b20 修改 2025-03-29 00:39:15 +08:00
3 changed files with 4 additions and 4 deletions

View File

@ -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"`

View File

@ -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 {

View File

@ -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 {