map对齐
Build docker and publish / build (20.15.1) (push) Successful in 7m7s

This commit is contained in:
2026-03-07 07:16:01 -08:00
parent a0ae7b1c8d
commit 1e14e2dbd9
5 changed files with 286 additions and 35 deletions
+3
View File
@@ -56,6 +56,9 @@ func ParseTransactionJWS(jws string) (*TransactionPayload, error) {
if v, ok := raw["productId"].(string); ok {
resp.ProductId = v
}
if v, ok := raw["type"].(string); ok {
resp.Type = v
}
if v, ok := raw["transactionId"].(string); ok {
resp.TransactionId = v
}