ソースを参照

口袋圈

master
huangjiajun 4ヶ月前
コミット
2babe132fe
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      kdq/api.go

+ 1
- 1
kdq/api.go ファイルの表示

@@ -13,7 +13,7 @@ import (

//口袋圈
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()
params["dev_username"] = appkey
params["timestamp"] = zhios_third_party_utils.Int64ToStr(now)


読み込み中…
キャンセル
保存