拍卖行:分红结算接口增加针对测试的处理
This commit is contained in:
@@ -270,7 +270,7 @@ export class AuctionHandler {
|
||||
if (magicWord !== DEBUG_MAGIC_WORD) {
|
||||
return resResult(STATUS.TOKEN_ERR);
|
||||
}
|
||||
const result = await sendUngotDividend();
|
||||
const result = await sendUngotDividend(true);
|
||||
if (result === true) {
|
||||
return resResult(STATUS.SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user