- update service wechat

v6
Chaim 4 years ago
parent 681470aba7
commit d340120d64

@ -69,6 +69,17 @@ class WebApps extends Service
return $this;
}
/**
* 公众号的appsecret
* @param string $appSecret
* @return $this
*/
public function appSecret(string $appSecret)
{
$this->app_secret = $appSecret;
return $this;
}
/**
* 授权后重定向的回调链接地址, 请使用 urlEncode 对链接进行处理
* @param string $redirectUri

Loading…
Cancel
Save