...
This commit is contained in:
parent
a236553bdd
commit
27fc5bf0e4
@ -1333,6 +1333,8 @@ class MarketController extends BaseController {
|
||||
|
||||
private function listMySelledNfts($account, $type)
|
||||
{
|
||||
error_log('listMySelledNfts ' . $account . ' ' . $type);
|
||||
|
||||
$conn = myself()->_getMarketMysql('');
|
||||
|
||||
$rows = $conn->execQuery(
|
||||
|
@ -1557,6 +1557,7 @@ class ShopController extends BaseAuthedController
|
||||
);
|
||||
foreach ($rows as $row) {
|
||||
$extData = json_decode($row['ext_data'], true);
|
||||
error_log("checkPendingBuyGoodsNormal: " . json_encode($extData));
|
||||
if ($extData['mode'] == SHOP_BUY_MODE_NORMAL) {
|
||||
if ($extData['shop_id'] == $shop_id) {
|
||||
if ($extData['id'] == $id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user