VansiChan
VansiChan
`Can I specify multiple hosts, e.g. development, test and production? Multiple hosts are supported in OpenAPI 3.0. 2.0 supports only one host per API specification (or two if you count...
https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app
本地一切正常 线上不正常 
`ShouldBindJSON` 只能读取一次 `ShouldBindBodyWith` 可以重复读取 参考:https://github.com/gin-gonic/gin/issues/439#issuecomment-414648886
有些请求,query参数的顺序不能打乱,比如某音的。 如何禁止query参数自动排序?
The longer it runs, the more memory it takes up
`ok, err := tl.Client.SetProfilePhoto(&client.SetProfilePhotoRequest{ Photo: &client.InputChatPhotoStatic{ Photo: &client.InputFileRemote{Id: telegramUser.PhotoRemoteId}, }, IsPublic: true, })` got error: `400 Can't use file of type ChatPhoto as Photo`