Skip to content

Commit cdddd6a

Browse files
author
Matrix-X
committed
fix(work): GetAgentTicket query: &object.StringMap
1 parent 0fc6df1 commit cdddd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/work/jssdk/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (c *Client) GetAgentTicket(
130130
"cgi-bin/ticket/get",
131131
"GET",
132132
&object.HashMap{
133-
"query": map[string]string{
133+
"query": &object.StringMap{
134134
"type": ticketType,
135135
},
136136
},

0 commit comments

Comments
 (0)