Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
74e93a6016
@ -157,7 +157,11 @@ class AvatarController extends BaseAuthedController {
|
||||
LogService::consumeDiamond($event);
|
||||
}
|
||||
Avatar::addAvatar($itemMeta);
|
||||
$this->_rspOk();
|
||||
$propertyChgService = new services\PropertyChgService();
|
||||
$propertyChgService->addUserChg();
|
||||
$this->_rspData(array(
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user