This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
rpn.supertraderfx-cn
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
remote debug info
master
patrick
5 years ago
parent
80a3eb4bac
commit
481ce723c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
checksum.go
+ 1
- 1
checksum.go
View File
@@ -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)
}
Write
Preview
Loading…
Cancel
Save