【cs服务】faq详情,可返回null
This commit is contained in:
parent
66ee953f5f
commit
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