This commit is contained in:
aozhiwei 2023-08-22 13:45:02 +08:00
parent 58c857c824
commit 8e3d26a9e3

View File

@ -146,6 +146,13 @@ class ShopController extends BaseAuthedController {
$goodsMeta['item_num'] $goodsMeta['item_num']
); );
} }
switch ($tokenType) {
case mt\Shop::TOKEN_TYPE_DIAMOND:
{
myself()->_incV(TN_TOTAL_DIAMOND_CONSUME, 0, $goodsNum * $price);
}
break;
}
$propertyChgService->addUserChg(); $propertyChgService->addUserChg();
$this->_rspData( $this->_rspData(
array( array(