|
@@ -13,7 +13,7 @@ import ( |
|
|
|
|
|
|
|
|
//口袋圈 |
|
|
//口袋圈 |
|
|
func KdqSend(appkey, appSecret, method string, params map[string]interface{}) (string, error) { |
|
|
func KdqSend(appkey, appSecret, method string, params map[string]interface{}) (string, error) { |
|
|
url := "https://open.xr876.cn/" + method |
|
|
|
|
|
|
|
|
url := "http://open.xr876.cn/" + method |
|
|
now := time.Now().Unix() |
|
|
now := time.Now().Unix() |
|
|
params["dev_username"] = appkey |
|
|
params["dev_username"] = appkey |
|
|
params["timestamp"] = zhios_third_party_utils.Int64ToStr(now) |
|
|
params["timestamp"] = zhios_third_party_utils.Int64ToStr(now) |
|
|