add clear
This commit is contained in:
@@ -24,7 +24,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getToUserName(): string
|
||||
public function getToUserName()
|
||||
{
|
||||
return $this->_ToUserName;
|
||||
}
|
||||
@@ -32,7 +32,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getFromUserName(): string
|
||||
public function getFromUserName()
|
||||
{
|
||||
return $this->_FromUserName;
|
||||
}
|
||||
@@ -40,7 +40,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getCreateTime(): string
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->_CreateTime;
|
||||
}
|
||||
@@ -48,7 +48,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMsgType(): string
|
||||
public function getMsgType()
|
||||
{
|
||||
return $this->_MsgType;
|
||||
}
|
||||
@@ -56,7 +56,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getEvent(): string
|
||||
public function getEvent()
|
||||
{
|
||||
return $this->_Event;
|
||||
}
|
||||
@@ -64,7 +64,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getIsrisky(): string
|
||||
public function getIsrisky()
|
||||
{
|
||||
return $this->_isrisky;
|
||||
}
|
||||
@@ -72,7 +72,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getExtraInfoJson(): string
|
||||
public function getExtraInfoJson()
|
||||
{
|
||||
return $this->_extra_info_json;
|
||||
}
|
||||
@@ -80,7 +80,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getAppid(): string
|
||||
public function getAppid()
|
||||
{
|
||||
return $this->_appid;
|
||||
}
|
||||
@@ -88,7 +88,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getTraceId(): string
|
||||
public function getTraceId()
|
||||
{
|
||||
return $this->_trace_id;
|
||||
}
|
||||
@@ -96,7 +96,7 @@ class ContentAsyncCheck
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusCode(): string
|
||||
public function getStatusCode()
|
||||
{
|
||||
return $this->_status_code;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ class Subject extends \wchat\base\Subject
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getUrl(): string
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->sendUrl;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ class Template extends \wchat\base\Template
|
||||
{
|
||||
private string $sendUrl = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send';
|
||||
|
||||
public function getUrl(): string
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->sendUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user