Skip to content

Commit

Permalink
fix(README): ApprovalList
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 13, 2024
1 parent adf5bbb commit 9a516a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 生成授权链接 [ Url(clt *core.SDKClient, req *oauth.UrlRequest) string ]
- 获取AccessToken [ AccessToken(clt *core.SDKClient, authCode String) (*oauth.AccessTokenResponse, error) ]
- 刷新Token [ RefreshToken(clt *core.SDKClient, refreshToken string) (*oauth.AccessTokenResponse, error)]
- 拉取token下授权广告账户接口 [ ApprovalList(clt \*core.SDKClient, accessToken string) ([]uint64, error) ]
- 拉取token下授权广告账户接口 [ ApprovalList(clt \*core.SDKClient, accessToken string, pageNo int, pageSize int) ([]uint64, error) ]
- 账号服务
- 广告主 (api/advertiser)
- 获取广告主信息 [ Info(clt *core.SDKClient, accessToken string, advertiserID int64) (*advertiser.Info, error) ]
Expand Down

0 comments on commit 9a516a9

Please sign in to comment.