zenglanmu
zenglanmu
现在还是没有企业微信红包接口吗
I would like to thank the author of this extension cause it really help me a lot in debugging backend rest apis. However for this feature, from my personal experience...
#717 pls check this PR. if the user would not like to download the file, i think user just can choose to not save the file, like any other file...
Maybe another way for saving is convert the utf8 encoded text response.body, which also saved in history response, back to blob binary. But this approach may face trucks of encode...
``` from flask_sqlalchemy import SQLAlchemy from clickhouse_sqlalchemy.orm.query import Query as ChBaseQuery ch_db = SQLAlchemy(query_class=ChBaseQuery) ``` found the SQLAlchemy support to pass custom query_class, so above codes just work for me.
For who still interest in this issue. I create following monkey patching function to patch SQLModelMetaclass __new__ magic method with some dirty hacks, the relationship in base classes can be...
Besides, following is the typemap for wrapper those dynapi utf8 functions which added in dwg.i file , if anyone is interested, ``` %include "typemaps.i" // common type mappings // for...