This commit is contained in:
邹宗楠
2022-10-24 11:22:08 +08:00
parent 24b8b4ad97
commit c43d4d5f29
6 changed files with 1 additions and 10 deletions

View File

@@ -45,7 +45,5 @@ package q_bida
// Width: 100,
// SendPhone: "18981810340",
// })
// globals.SugarLogger.Debug("err===", err)
// globals.SugarLogger.Debug("data===", &result)
//
//}

View File

@@ -5,7 +5,6 @@ import (
"encoding/json"
"errors"
"fmt"
"git.rosy.net.cn/baseapi"
"git.rosy.net.cn/baseapi/platformapi"
"git.rosy.net.cn/baseapi/utils"
"net/http"
@@ -39,8 +38,6 @@ func (a *Api) SetExpirationTime(expiration int64) {
// NewQBiDa 初始化token
func NewQBiDa(account, password string, config ...*platformapi.APIConfig) *Api {
//account = "18048531223"
//password = "18080188338"
if account == "" || password == "" {
account = "18048531223"
password = "18080188338"