Skip to content

Commit

Permalink
feat(base): add request for encode
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jun 7, 2023
1 parent d0eb5f6 commit 226c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miniProgram/wxaCode/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (comp *Client) GetUnlimited(
},
}

rs, err := comp.BaseClient.RequestRaw(ctx, "wxa/getwxacodeunlimit", http.MethodPost, data, &header, nil)
rs, err := comp.BaseClient.RequestByEncodedData(ctx, "wxa/getwxacodeunlimit", http.MethodPost, data, false, &header, nil)

return rs, err
}

0 comments on commit 226c2d0

Please sign in to comment.