- TestDecrypt

This commit is contained in:
gazebo
2019-03-09 13:12:03 +08:00
parent 2ff4c4eb7b
commit e0d459c280
2 changed files with 18 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ func (a *API) GetCallbackMsg(formMap map[string]interface{}, bodyData []byte) (m
} else {
var descryptMsg string
if descryptMsg, err = a.Decrypt(encrypt); err == nil {
baseapi.SugarLogger.Debugf("dingding GetCallbackMsg descryptMsg:%s", descryptMsg)
err = utils.UnmarshalUseNumber([]byte(descryptMsg), &msgMap)
}
}