This commit is contained in:
2023-12-12 15:35:37 +08:00
parent 6438d8affb
commit d16adba08e
32 changed files with 285 additions and 311 deletions
+1 -3
View File
@@ -8,8 +8,6 @@
namespace wchat\qq;
use Exception;
use Kiri\Client;
use wchat\common\Result;
use wchat\common\Help;
@@ -30,7 +28,7 @@ class Recharge extends SmallProgram
/**
* @param string $value
*/
public function setSpillCreateIp(string $value)
public function setSpillCreateIp(string $value): void
{
$this->spill_create_ip = $value;
}