Commit 5b8e8fa1 authored by hezhen's avatar hezhen

123

parent 90c36b6d
...@@ -40,6 +40,7 @@ public class CofigController extends BaseController<CofigBiz,Cofig> { ...@@ -40,6 +40,7 @@ public class CofigController extends BaseController<CofigBiz,Cofig> {
} }
@GetMapping("/app/unauth/withdraw_rule") @GetMapping("/app/unauth/withdraw_rule")
@IgnoreUserToken
public WithDrawRuleVo getWithDrawRule(){ public WithDrawRuleVo getWithDrawRule(){
return baseBiz.getWithDrawRule(); return baseBiz.getWithDrawRule();
} }
......
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