songdb %!s(int64=6) %!d(string=hai) anos
pai
achega
a965b6269f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/Http/Controllers/Wap/Web/WelfareController.php

+ 2 - 2
app/Http/Controllers/Wap/Web/WelfareController.php

@@ -20,13 +20,13 @@ class WelfareController extends BaseController
         $token = trim($request->input('token'));
         if(!$token)
         {
-            return reponse('参数有误');
+            return response('参数有误');
         }
 
         $giving = DB::table('book_coin_givings')->where('token',$token)->first();
         if(!$giving)
         {
-            return reponse('参数有误');
+            return response('参数有误');
         }
 
         //判断是否结束