- update notice

v6
Chaim 4 years ago
parent eadd336c88
commit 0f9ccaafe4

@ -38,10 +38,10 @@ class DingDingService extends Service
/**
* 配置access_token
* @param $str
* @param string $str
* @return $this
*/
public function accessToken($str)
public function accessToken(string $str)
{
$this->access_token = $str;
return $this;

@ -37,10 +37,10 @@ class QyWeiXinService extends Service
/**
* 配置Key
* @param $str
* @param string $str
* @return $this
*/
public function key($str)
public function key(string $str)
{
$this->key = $str;
return $this;

Loading…
Cancel
Save