This commit is contained in:
aozhiwei 2022-04-03 14:24:50 +08:00
parent 6e924cdc7e
commit b5a1049cf6

View File

@ -184,7 +184,7 @@ class MarketController extends BaseController {
BoxOrder::isBuyed($buyerAddress, $currBatchMeta['id'])) {
myself()->_rspErr(1, 'account can only choose 1 hero to purchase');
return;
}
}
$orderId = BuyRecord::genOrderId($gameId,
$funcId,