fix(189pc): add REQID header

This commit is contained in:
Andy Hsu 2023-06-09 23:33:12 +08:00
parent 6cbd2532cc
commit 3bfa00d5d2

View File

@ -352,6 +352,7 @@ func (y *Cloud189PC) initLoginParam() error {
// 判断是否需要验证码
resp, err := y.client.R().
SetHeader("REQID", param.ReqId).
SetFormData(map[string]string{
"appKey": APP_ID,
"accountType": ACCOUNT_TYPE,