diff --git a/Application/Sdk/Controller/SpendController.class.php b/Application/Sdk/Controller/SpendController.class.php index af12c86..82acf4e 100644 --- a/Application/Sdk/Controller/SpendController.class.php +++ b/Application/Sdk/Controller/SpendController.class.php @@ -67,7 +67,7 @@ class SpendController extends Controller { 'user_id' => $user_id, 'game_id' => $game_id ])->getField('id'); - ToolLog::write('sql: ' . M('ususer_tokener','tab_')->getLastSql(), 'payment'); + ToolLog::write('sql: ' . M('user_token','tab_')->getLastSql(), 'payment'); ToolLog::write('userId: ' . $userId, Log::INFO, 'payment'); if (!$userId) { echo $user_token."请重新登入!".$user_id.$game_id;