腾讯云开发里面的云函数该怎么获取post请求的参数
def main_handler(event,context):print(event)
主函数这样写你就知道了你post的数据了,你post一般都是{}数据,直接json取值就可以