1
This commit is contained in:
parent
6e924cdc7e
commit
b5a1049cf6
@ -184,7 +184,7 @@ class MarketController extends BaseController {
|
|||||||
BoxOrder::isBuyed($buyerAddress, $currBatchMeta['id'])) {
|
BoxOrder::isBuyed($buyerAddress, $currBatchMeta['id'])) {
|
||||||
myself()->_rspErr(1, 'account can only choose 1 hero to purchase');
|
myself()->_rspErr(1, 'account can only choose 1 hero to purchase');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$orderId = BuyRecord::genOrderId($gameId,
|
$orderId = BuyRecord::genOrderId($gameId,
|
||||||
$funcId,
|
$funcId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user