This commit is contained in:
suyl
2021-08-17 11:27:29 +08:00
parent 8a60851d4d
commit 5d45db20f4

View File

@@ -77,6 +77,8 @@ func (a *API) PackCallbackResult(result string) (response *CallbackResponse) {
Nonce: utils.GetUUID(),
}
response.MsgSignature = a.calculateCallbackSign(utils.Struct2MapByJson(response))
} else {
fmt.Println("err", err)
}
return response
}