Commit c61b323c authored by brent's avatar brent

modify user level

parent d4f1eda5
...@@ -37,7 +37,7 @@ func (server *FundsController) Recharge() { ...@@ -37,7 +37,7 @@ func (server *FundsController) Recharge() {
} }
if info.Role != 1 && info.Role != 2 && chargeRequest.PaymentMethod != models.ManualPay { if info.Role != 1 && info.Role != 2 && chargeRequest.PaymentMethod != models.ManualPay {
server.respond(models.BusinessFailed, "只有超级管理员或系统管理员允许手动充值") server.respond(models.BusinessFailed, "请联系客户服务人员")
return return
} }
......
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