lv-books

url = \'http://v.juhe.cn/sms/send\'
res = Net::HTTP.post_form(
  URI.parse(url),
  key: "1232121",
  mobile: phone,
  tpl_id: 1304,
  tpl_value: \'#code#=\' + captcha,
  dtype: \'json\'
)
reuslt = JSON.parse(res.body)

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2021-04-01
  • 2022-02-08
  • 2022-01-15
  • 2021-11-13
  • 2021-12-13
猜你喜欢
  • 2021-07-18
  • 2021-12-05
  • 2021-11-17
  • 2021-06-19
  • 2021-11-17
相关资源
相似解决方案