1
This commit is contained in:
parent
2e47fb1ea0
commit
d7f1a00e1f
@ -93,10 +93,10 @@ class ShareController{
|
|||||||
phpcommon\sendError(ERR_USER_BASE + 2, '没有这个玩家');
|
phpcommon\sendError(ERR_USER_BASE + 2, '没有这个玩家');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/*if ($row['keys_num'] < 1) {
|
if ($row['keys_num'] < 1) {
|
||||||
phpcommon\sendError(ERR_USER_BASE + 3, '钥匙不足');
|
phpcommon\sendError(ERR_USER_BASE + 3, '钥匙不足');
|
||||||
die();
|
die();
|
||||||
}*/
|
}
|
||||||
$ret = $conn->execScript('UPDATE user SET keys_num=:keys_num, modify_time=:modify_time ' .
|
$ret = $conn->execScript('UPDATE user SET keys_num=:keys_num, modify_time=:modify_time ' .
|
||||||
' WHERE accountid=:accountid;',
|
' WHERE accountid=:accountid;',
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user