Commit c24df45644f0636ab70392018eeb9ac485a52ad2

Authored by 陆恒
1 parent b405e1e9
Exists in master

提交

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