This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
huangjiajun
6 days ago
parent
1edab7380a
commit
17d18e246b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/lib/aes/check.go
+ 1
- 0
app/lib/aes/check.go
View File
@@ -35,6 +35,7 @@ func CheckSign(c *gin.Context) error {
} else {
body, _ := ioutil.ReadAll(c.Request.Body)
if string(body) != "" {
fmt.Println("body:" + string(body))
str, err := AesDecryptByECB(md.AesKey, string(body))
if err != nil {
return err
Write
Preview
Loading…
Cancel
Save