Compare commits
No commits in common. "96132c6cba962f06968aadd9640b5218af44e93a" and "9aa5924b979377d3b0caeb80d2033f07367c4991" have entirely different histories.
96132c6cba
...
9aa5924b97
@ -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