songdb hace 6 años
padre
commit
a965b6269f
Se han modificado 1 ficheros con 2 adiciones y 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('参数有误');
         }
 
         //判断是否结束