bianjunhui 2 年之前
父节点
当前提交
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.');
         }
     }