This commit is contained in:
xl
2023-11-14 14:14:42 +08:00
parent 70222819b9
commit e7220b6aba
5 changed files with 114 additions and 116 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ class Recharge extends SmallProgram
protected string $host = 'qpay.qq.com';
/**
* @param $value
* @param string $value
*/
public function setSpillCreateIp($value)
public function setSpillCreateIp(string $value)
{
$this->spill_create_ip = $value;
}