Browse Source

增加定义请求结构

master v0.4.1
guzeng 2 years ago
parent
commit
b7b9cac1db
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      common.go

+ 5
- 0
common.go View File

@ -37,6 +37,11 @@ type GetBusinessReq struct {
BusinessId string
}
type GetUserReq struct {
Req
UserId string
}
type Res struct {
Errcode int
Errmsg string


Loading…
Cancel
Save