How to get results from this particular POST HTTP call in Google Script - works fine in python

前端 未结 0 820
梦如初夏
梦如初夏 2021-01-24 22:07

I was given this simple script in python

import requests

val = "id"

data = {
  \'val\': val,
  \'type\': \'1\'
}

session = requests.session()

respon         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题