拍卖行:分红结算接口增加针对测试的处理

This commit is contained in:
liangtongchuan
2021-03-23 17:08:04 +08:00
parent 470be1a72f
commit 95f2e2495f
3 changed files with 42 additions and 8 deletions
@@ -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);
}