Skip to content

Commit

Permalink
Update comm_client.go (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
863056768 authored Mar 24, 2023
1 parent 4f53092 commit 6a8cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comm_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (c *CommClient) SpaceGetLastVideoCoin(mid int64) ([]*SpaceVideoCoin, error)
func (c *CommClient) SpaceSearchVideo(mid int64, order string, tid int, keyword string, pn int, ps int) (*SpaceVideoSearchResult, error) {
resp, err := c.RawParse(
BiliApiURL,
"x/space/arc/search",
"x/space/wbi/arc/search",
"GET",
map[string]string{
"mid": strconv.FormatInt(mid, 10),
Expand Down

0 comments on commit 6a8cb68

Please sign in to comment.