redis->incr($key); \Yii::$app->redis->expire($key, $ttl); //设置生成时间为1秒 if ($r > 1) { return $this->apiReturnError('请勿重复提交'); } return true; } }