|
@@ -10,11 +10,14 @@ svrTimeout : 10 # 服务超时时间(秒)
|
|
|
svrVersion : 100 # 服务版本
|
|
|
slowLogRate : 5 # 慢日志万分命中率
|
|
|
slowLogThan : 100 # 慢日志记录阈值 ms
|
|
|
-giveMoney : 2000
|
|
|
-regGiveExtRoomCard : 2 # 注册额外赠送房卡
|
|
|
-regGiveExtRoomCardReview : 10 # 注册额外赠送房卡(审核状态)
|
|
|
-regGiveExtMoney : 3000 # 注册额外赠送豆豆
|
|
|
-regGiveExtDiamond : 10 # 注册额外赠送豆豆
|
|
|
+regGiveMoney : 0
|
|
|
+regGiveExt :
|
|
|
+ 258 : 10
|
|
|
+ 15 : 0
|
|
|
+ 17 : 10
|
|
|
+regGiveExtReview :
|
|
|
+ 258 : 50
|
|
|
+ 15 : 0
|
|
|
wxOAuth2Url : https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code
|
|
|
wxUserInfoUrl : https://api.weixin.qq.com/sns/userinfo?access_token=%s&openid=%s
|
|
|
wxJscode2SessionUrl : https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code
|