ソースを参照

remote debug info

master
patrick 5年前
コミット
481ce723c1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go ファイルの表示

@@ -25,7 +25,7 @@ func md5LeanworkForm(form url.Values) string {
s += form["customerId"][0]
s += Config.LeanWork.MD5Key
}
fmt.Println("leanwork form: " + s)
//fmt.Println("leanwork form: " + s)
return md5str(s)
}


読み込み中…
キャンセル
保存