Ali0th

Results 10 comments of Ali0th

This is my solution. ```go bnClient := *binance.NewClient(apiKey, secretKey) proxy := "127.0.0.1:1081" _proxy, _ := url.Parse(proxy) tr := &http.Transport{ Proxy: http.ProxyURL(_proxy), TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, } client := &http.Client{ Transport: tr,...

> https://github.com/tomnomnom/unfurl Thanks for the tool, but I‘d like to ignore when crawling not after.

`npm install -g blockchat --unsafe-perm` works for me.

好的,会进行优化,我暂时是 centos 7 下用的

How can I test an https url?

> 1. 左侧目录菜单上,找不到所有相关页面,按理说应该是生成一个表单页面; 2. 在权限配置处,可以看到上面四个的权限;

I have the same problem.

卡片回调一直报这个错误 `json: cannot unmarshal string into Go struct field CardAction.Header of type []string]`

All right. 鉴于官方还没修,我这里提出一个临时解决方法,大家可以参考: 在 `package larkcard` 文件中 1. 修改 `model.go` 中的 `CardAction` ```go type CardAction struct { *larkevent.EventReq Schema string `json:"schema"` Header struct { EventID string `json:"event_id"` Token string `json:"token"`...