Commit d884eb13 authored by 1486327116's avatar 1486327116

update

parent 83a6178c
...@@ -43,5 +43,8 @@ async function paramValid(vo: VO) { ...@@ -43,5 +43,8 @@ async function paramValid(vo: VO) {
if (!vo.symbol || !vo.discount ) { if (!vo.symbol || !vo.discount ) {
throw ErrorCode.PARAM_MISS; throw ErrorCode.PARAM_MISS;
} }
if (vo.symbol=="USDT") {
throw ErrorCode.PARAM_MISS;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment