Skip to content

Commit

Permalink
使用方式完善
Browse files Browse the repository at this point in the history
  • Loading branch information
justmd5 committed Nov 24, 2021
1 parent e4d694a commit 40743b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ $pinduoduo = $pinduoduo->oauth->createAuthorization($token['token']);
$result = $pinduoduo->auth_api->request('pdd.ddk.oauth.goods.pid.query');
```

### 以上调用需授权接口示例步骤可改为以下一条语句(推荐)

```php
$result = $pinduoduo->api->auth()->request('pdd.ddk.goods.pid.query')
```

### 文档

[拼多多开放平台](http://open.pinduoduo.com/) · [官方文档](http://open.pinduoduo.com/#/apidocument)
Expand Down

0 comments on commit 40743b0

Please sign in to comment.