add backend tpl
This commit is contained in:
6
backend_v1/modules/frontend/users/dto.go
Normal file
6
backend_v1/modules/frontend/users/dto.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package users
|
||||
|
||||
type CurrentUserInfo struct {
|
||||
OpenID string `json:"open_id"`
|
||||
Balance int8 `json:"balance"`
|
||||
}
|
||||
Reference in New Issue
Block a user