@@ -606,7 +606,7 @@ class OrderController extends BaseController
$cacheKey = 'hd_create_order_' . $staffId . '_' . $customId;
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
if (!empty($has)) {
- util::fail('请稍等');
+ util::fail('稍等5秒再开单');
}
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 3, 'has']);