| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 46 | public function link(string $appId, bool $notifyUsers = true, bool $showProfile = false)  | 
            ||
| 47 |     { | 
            ||
| 48 | $params = [  | 
            ||
| 49 | 'appid' => $appId,  | 
            ||
| 50 | 'notify_users' => (string) $notifyUsers,  | 
            ||
| 51 | 'show_profile' => (string) $showProfile,  | 
            ||
| 52 | ];  | 
            ||
| 53 | |||
| 54 |         return $this->httpPostJson('cgi-bin/wxopen/wxamplink', $params); | 
            ||
| 55 | }  | 
            ||
| 75 |