1
This commit is contained in:
parent
01c5ca0ca6
commit
3fd9309947
@ -204,7 +204,7 @@ class InGameMallController extends BaseAuthedController {
|
||||
switch ($itemMeta['type']){
|
||||
case \mt\Item::HERO_SKIN_TYPE : {
|
||||
$skinDb = HeroSkin::find($goodsUniid);
|
||||
if (!$skinDb || $skinDb['skin_state'] != HeroSkin::LOCK){
|
||||
if (!$skinDb){
|
||||
$this->_rspErr(1, 'param goods_unnid error');
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user