bianjunhui 2 лет назад
Родитель
Сommit
68223bad16
1 измененных файлов с 1 добавлено и 1 удалено
  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.');
         }
     }