Commit c0893fa1 by 程裕兵

feat:brand merchant pay

parent b127d739
...@@ -35,6 +35,7 @@ public enum FinanceErrorEnums implements BaseBizError { ...@@ -35,6 +35,7 @@ public enum FinanceErrorEnums implements BaseBizError {
PAY_FAIL_7("该场馆单日收款有额度限制,请联系场馆提升收款额度。"), PAY_FAIL_7("该场馆单日收款有额度限制,请联系场馆提升收款额度。"),
PAY_FAIL_8("金额必须大于0元"), PAY_FAIL_8("金额必须大于0元"),
PAY_FAIL_9("金额必须小于10000000元"), PAY_FAIL_9("金额必须小于10000000元"),
PAY_FAIL_10("未开通线上支付,请联系场馆工作人员处理"),
; ;
......
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