1
This commit is contained in:
@@ -45,7 +45,5 @@ package q_bida
|
||||
// Width: 100,
|
||||
// SendPhone: "18981810340",
|
||||
// })
|
||||
// globals.SugarLogger.Debug("err===", err)
|
||||
// globals.SugarLogger.Debug("data===", &result)
|
||||
//
|
||||
//}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user