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!";