| 1 | <?php  | 
            ||
| 19 | class Client extends BaseClient  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 | * 绑定小程序体验者  | 
            ||
| 23 | *  | 
            ||
| 24 | * @param string $wechatId  | 
            ||
| 25 | *  | 
            ||
| 26 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string  | 
            ||
| 27 | */  | 
            ||
| 28 | public function bind(string $wechatId)  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * 解绑小程序体验者  | 
            ||
| 37 | *  | 
            ||
| 38 | * @param string $wechatId  | 
            ||
| 39 | *  | 
            ||
| 40 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string  | 
            ||
| 41 | */  | 
            ||
| 42 | public function unbind(string $wechatId)  | 
            ||
| 48 | }  |