Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetailResp ¶
type DetailResp struct { TotalSize int `c:"总数据条数"` TotalPage int `c:"总页数"` Rows []struct { Id int `c:"ID"` Name string `c:"名称"` Phone string `c:"电话号码"` } }
func Detail ¶
func Detail(userId int64) (DetailResp, error)
type ListReq ¶
Click to show internal directories.
Click to hide internal directories.