增加获取链上实时订单信息的方法
This commit is contained in:
parent
a83df5775b
commit
cb3b138c8a
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user