bianjunhui hace 2 años
padre
commit
68223bad16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/api/controller/Raffle.php

+ 1 - 1
application/api/controller/Raffle.php

@@ -89,7 +89,7 @@ class Raffle extends Api
             Db::name('rashare')->insertGetId($where);
             $this->success('success');
         }else{
-            $this->error('今天已分享');
+            $this->error('You’ve shared today.');
         }
     }