lafay 179e468131
All checks were successful
Build Backend / build (push) Successful in 1m56s
Build Backend / build-docker (push) Successful in 1m33s
fix(jpush): correct SendNo field type from int64 to string in PushResponse
The JPush API returns sendno as a string value in the JSON response, but the
struct field was incorrectly typed as int64. This fix updates both the struct
field type and the corresponding zap logger call to use string type, ensuring
proper JSON parsing and logging.
2026-04-28 00:18:51 +08:00
2026-03-09 21:28:58 +08:00
Description
No description provided
4.2 MiB
Languages
Go 99.8%