Commit 7ba5c1c5 authored by shajiaiming's avatar shajiaiming

修复已知错误

parent 6c175d7e
...@@ -35,7 +35,7 @@ class OrderController extends BaseController ...@@ -35,7 +35,7 @@ class OrderController extends BaseController
$redis = Yii::$app->redis; $redis = Yii::$app->redis;
$key = 'C2C_' . $post['address'] . '_' . $post['is_sell'] . '_' . $post['token_name'] . '-' . $post['market_name']; $key = 'C2C_' . $post['address'] . '_' . $post['isSell'] . '_' . $post['token_name'] . '-' . $post['market_name'];
if ($redis->exists($key)) { if ($redis->exists($key)) {
$msg = '尚存在一笔未完成的交易!'; $msg = '尚存在一笔未完成的交易!';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment