| 1 | <?php |
||
| 16 | class Client extends BaseClient |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Pay the order. |
||
| 20 | * |
||
| 21 | * @param array $attributes |
||
| 22 | * |
||
| 23 | * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string |
||
| 24 | */ |
||
| 25 | public function pay(array $attributes) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Get openid by auth code. |
||
| 32 | * |
||
| 33 | * @param string $authCode |
||
| 34 | * |
||
| 35 | * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string |
||
| 36 | */ |
||
| 37 | public function authCodeToOpenid(string $authCode) |
||
| 41 | } |
||
| 42 |