This commit is contained in:
yangduo 2024-12-04 21:32:34 +08:00
parent bc9c5d1068
commit 7db5c29e96

View File

@ -99,7 +99,7 @@ func (this *InAppShopApi) Callback(c *gin.Context) {
return
}
keys := make([]string, len(reqObj.Records))
keys := []string{}
rec := reqObj.Records[0]
for k := range rec {
keys = append(keys, k)