Commit 66735aa9 authored by hezhen's avatar hezhen

123

parent a63b7168
......@@ -44,4 +44,12 @@ public class CofigController extends BaseController<CofigBiz,Cofig> {
public WithDrawRuleVo getWithDrawRule(){
return baseBiz.getWithDrawRule();
}
@GetMapping("/app/unauth/wallet_rule")
@IgnoreUserToken
public ObjectRestResponse getWalletRule(){
return ObjectRestResponse.succ(baseBiz.getWithDrawRule());
}
}
\ No newline at end of file
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