We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf8cb3 commit f378fc4Copy full SHA for f378fc4
account.go
@@ -33,7 +33,7 @@ type AccountAddSchema struct {
33
}
34
35
// AccountAdd 添加客服账号
36
-func (r *Client) AccountAdd(options AccountAddOptions) (info AccessTokenSchema, err error) {
+func (r *Client) AccountAdd(options AccountAddOptions) (info AccountAddSchema, err error) {
37
data, err := util.HttpPost(fmt.Sprintf(accountAddAddr, r.accessToken), options)
38
if err != nil {
39
return info, err
0 commit comments