This commit is contained in:
wangwei01 2019-06-25 10:40:47 +08:00
parent 6084aa11ed
commit d08fbf31b4
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 914355e0f3d6ca491b299489adf475f93d211389
Subproject commit 5ea3bbc8db78d38dfc32b2dc1e4f35d368f1154c

View File

@ -222,7 +222,6 @@ class SkinController{
}
$conn = $this->getMysql($account_id);
$skin_id = $_REQUEST['skin_id'];
$coin_num = $_REQUEST['coin_num'];
if(!$conn){
phpcommon\sendError(ERR_USER_BASE + 1,'没有这个玩家');
return;