From 61d44110af1b34a8deb02d67465305dff1c439ea Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 31 Mar 2025 18:01:40 +0800 Subject: [PATCH] fix --- webapp/controller/SoloController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SoloController.class.php b/webapp/controller/SoloController.class.php index 01cbdcc..1203bfa 100644 --- a/webapp/controller/SoloController.class.php +++ b/webapp/controller/SoloController.class.php @@ -828,7 +828,7 @@ class SoloController ':level' => $curlv, ':exp' => $curexp, ':gamelevel' => json_encode($gamelevel), - ':funds' => $funds, + ':funds' => json_encode($funds), ':modify_time' => time() ) );