Skip to content

使用http通信

Get访问

js
let res: HttpResult<any> = jingjian.https.get(url)

Post访问

js
let res: HttpResult<any> = jingjian.https.post(url)

携带参数

js
let request = {
  limit: 999,
}

jingjian.https.get(url, request)

广州宝点数字化科技