将 JSON 数据结构转换为 Protobuf3 格式
message CardImage { string url = 1; float aspect_ratio = 2; }
message Card { CardImage card_image = 1; }
{'card_image': {'url': 'https://wework.qpic.cn/wwpic/354393_4zpkKXd7SrGMvfg_1629280616/0', 'aspect_ratio': 2.25}}
原文地址: https://www.cveoy.top/t/topic/mxbA 著作权归作者所有。请勿转载和采集!