Compare commits
2 Commits
9aa5924b97
...
96132c6cba
Author | SHA1 | Date | |
---|---|---|---|
|
96132c6cba | ||
|
5e4a2468a7 |
@ -64,9 +64,9 @@ type GetFaqDetailRequest struct {
|
|||||||
}
|
}
|
||||||
type GetFaqDetailResponse struct {
|
type GetFaqDetailResponse struct {
|
||||||
*responses.BaseResponse
|
*responses.BaseResponse
|
||||||
Code int `json:"code"`
|
Code int `json:"code"`
|
||||||
Msg string `json:"msg"`
|
Msg string `json:"msg"`
|
||||||
Data FaqDetail `json:"data"`
|
Data *FaqDetail `json:"data"`
|
||||||
}
|
}
|
||||||
type FaqDetailRequest struct {
|
type FaqDetailRequest struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
|
Loading…
Reference in New Issue
Block a user