179e46813173ac57df717a9708e0ae7b8bda7a1f
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.
Description
No description provided
Languages
Go
99.8%