Commit c321712113cedd2db8639698df1294d7d1832946

Authored by 陆恒
1 parent 4aa46893
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -800,7 +800,7 @@ func HandlerUsersign(w http.ResponseWriter, data string, uuid int) {
800 800 }
801 801  
802 802 //获取配置
803   - cfg := jsonconf.GetsignConfig(uinfo.SignRound)
  803 + cfg := jsonconf.GetsignConfig(uinfo.SignSum)
804 804 if cfg == nil {
805 805 uinfo.SignSum--
806 806 logger.Error("GetSignConfig failed err=%v", err)
... ...