拍卖行:获取数据接口和出价接口部分功能

This commit is contained in:
liangtongchuan
2021-03-18 01:25:34 +08:00
parent ac4d2dbf84
commit 3cc1ff2760
8 changed files with 113 additions and 20 deletions
@@ -34,3 +34,5 @@ export const DIVIDEND_STATUS = {
END: 2, // 2:已结束
SENT: 3, // 3:已发放
};
export const OFFER_RATIO = 1.1;