转成 proto 3 card_action type1 urlhttpsworkweixinqqcomfrom=openApi appidAPPID pagepathPAGEPATH task_idtask_id
message CardAction { int32 type = 1; string url = 2; string appid = 3; string pagepath = 4; }
message Task { CardAction card_action = 1; string task_id = 2; }

原文地址: http://www.cveoy.top/t/topic/76J 著作权归作者所有。请勿转载和采集!