This commit is contained in:
aozhiwei 2023-08-08 17:33:30 +08:00
parent ae69a96e8d
commit 6a2fdf0c5a

View File

@ -22,7 +22,7 @@ class GameItemMarketBuyOk {
public function process() public function process()
{ {
SignatureService::web3ServiceCheck(); SignatureService::web3ServiceCheck();
$buyer = getReqVal('buyer', ''); $buyer = strtolower(getReqVal('buyer', ''));
$orderId = getReqVal('order_id', ''); $orderId = getReqVal('order_id', '');
$currency = getReqVal('currency', ''); $currency = getReqVal('currency', '');
$price = getReqVal('price', ''); $price = getReqVal('price', '');