Compare commits
No commits in common. "4b13de26bde5a65ba165770bef70c4e7e159fdca" and "e30ecac33b4b8fd4eee4ef20be6176cc34d4fd76" have entirely different histories.
4b13de26bd
...
e30ecac33b
@ -11,7 +11,7 @@ const (
|
||||
)
|
||||
|
||||
var HOST = requests.Host{
|
||||
Default: "cs.api.gaore.com",
|
||||
Default: "cs",
|
||||
}
|
||||
|
||||
type Client struct {
|
||||
|
@ -56,7 +56,6 @@ type FaqDetail struct {
|
||||
Type int64 `json:"type"`
|
||||
WorkOrderTemplateId int64 `json:"work_order_template_id"`
|
||||
ProcessFlow string `json:"process_flow"`
|
||||
WorkOrderTemplateCode string `json:"work_order_template_code"`
|
||||
}
|
||||
type GetFaqDetailRequest struct {
|
||||
*requests.JsonRequest
|
||||
|
Loading…
Reference in New Issue
Block a user