增加获取链上实时订单信息的方法

This commit is contained in:
CounterFire2023 2023-06-20 10:02:53 +08:00
parent a83df5775b
commit cb3b138c8a
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -424,6 +424,10 @@ function gameMarketBuy(funId, orderId, seller, currency, price, startTime, saltN
(v) => JSON.stringify(v)
);
}
// get order info from chain
function marketOrderInfo(funId, orderId) {
promiseCb(funId, jc.wallet.jcStandard.marketOrderInfo(orderId));
}
// end of market
// begin of mall