From 4e1487ca1cb96f202cc6313ea721059b5b93ded1 Mon Sep 17 00:00:00 2001 From: tping Date: Thu, 23 Jul 2020 17:26:23 +0800 Subject: [PATCH] test --- Application/Sdk/Controller/SpendController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/SpendController.class.php b/Application/Sdk/Controller/SpendController.class.php index f6c8b536..558aefc9 100644 --- a/Application/Sdk/Controller/SpendController.class.php +++ b/Application/Sdk/Controller/SpendController.class.php @@ -62,6 +62,7 @@ class SpendController extends Controller { $this->assign("payname3", "快捷-".$pay_info3['name']); + $user_token = I('user_token'); if (!$user_token) { echo "access deny!";