add clear
This commit is contained in:
+20
-20
@@ -38,7 +38,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getKey(): string
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
@@ -56,7 +56,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getSignType(): string
|
||||
public function getSignType()
|
||||
{
|
||||
return $this->signType;
|
||||
}
|
||||
@@ -74,7 +74,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getCharset(): string
|
||||
public function getCharset()
|
||||
{
|
||||
return $this->charset;
|
||||
}
|
||||
@@ -92,7 +92,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getNonceStr(): string
|
||||
public function getNonceStr()
|
||||
{
|
||||
return $this->nonce_str;
|
||||
}
|
||||
@@ -110,7 +110,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getSign(): string
|
||||
public function getSign()
|
||||
{
|
||||
return $this->sign;
|
||||
}
|
||||
@@ -128,7 +128,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMchBillno(): string
|
||||
public function getMchBillno()
|
||||
{
|
||||
if (empty($this->mch_billno)) {
|
||||
return '1559179381' . date('Ymd') . mt_rand(11, 99) . date('His') . mt_rand(11, 99);
|
||||
@@ -149,7 +149,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMchId(): string
|
||||
public function getMchId()
|
||||
{
|
||||
return $this->mch_id;
|
||||
}
|
||||
@@ -167,7 +167,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMchName(): string
|
||||
public function getMchName()
|
||||
{
|
||||
return $this->mch_name;
|
||||
}
|
||||
@@ -185,7 +185,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getQqappid(): string
|
||||
public function getQqappid()
|
||||
{
|
||||
return $this->qqappid;
|
||||
}
|
||||
@@ -203,7 +203,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getReOpenid(): string
|
||||
public function getReOpenid()
|
||||
{
|
||||
return $this->re_openid;
|
||||
}
|
||||
@@ -221,7 +221,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getTotalAmount(): string
|
||||
public function getTotalAmount()
|
||||
{
|
||||
return $this->total_amount;
|
||||
}
|
||||
@@ -239,7 +239,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getTotalNum(): string
|
||||
public function getTotalNum()
|
||||
{
|
||||
return $this->total_num;
|
||||
}
|
||||
@@ -257,7 +257,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getWishing(): string
|
||||
public function getWishing()
|
||||
{
|
||||
return $this->wishing;
|
||||
}
|
||||
@@ -275,7 +275,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getActName(): string
|
||||
public function getActName()
|
||||
{
|
||||
return $this->act_name;
|
||||
}
|
||||
@@ -293,7 +293,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getIconId(): string
|
||||
public function getIconId()
|
||||
{
|
||||
return $this->icon_id;
|
||||
}
|
||||
@@ -311,7 +311,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getBannerId(): string
|
||||
public function getBannerId()
|
||||
{
|
||||
return $this->banner_id;
|
||||
}
|
||||
@@ -329,7 +329,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getNotifyUrl(): string
|
||||
public function getNotifyUrl()
|
||||
{
|
||||
return $this->notify_url;
|
||||
}
|
||||
@@ -347,7 +347,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getNotSendMsg(): string
|
||||
public function getNotSendMsg()
|
||||
{
|
||||
return $this->not_send_msg;
|
||||
}
|
||||
@@ -365,7 +365,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMinValue(): string
|
||||
public function getMinValue()
|
||||
{
|
||||
return $this->min_value;
|
||||
}
|
||||
@@ -383,7 +383,7 @@ class Redhat extends SmallProgram
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMaxValue(): string
|
||||
public function getMaxValue()
|
||||
{
|
||||
return $this->max_value;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ class Subject extends \wchat\base\Subject
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getUrl(): string
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->sendUrl;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ class Template extends \wchat\base\Template
|
||||
|
||||
private $sendUrl = 'https://api.q.qq.com/api/json/template/send';
|
||||
|
||||
public function getUrl(): string
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->sendUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user