userBacket

This commit is contained in:
jiangyong27 2024-06-06 20:54:45 +08:00
parent 09e271dd35
commit 53957e8d9c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package payapi
type OrderUser struct {
UserId string `json:"userId"`
UserName string `json:"userName"`
UserBucket string `json:"userBucket"`
CreateTime string `json:"createTime"`
Openid string `json:"openid"`
Source string `json:"source"`