ソースを参照

口袋圈

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

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

@@ -12,7 +12,7 @@ import (
)

//口袋圈
func KdqSend(appkey, appSecret, method string, params map[string]string) (string, error) {
func KdqSend(appkey, appSecret, method string, params map[string]interface{}) (string, error) {
url := "https://open.xr876.cn/" + method
now := time.Now().Unix()
params["dev_username"] = appkey


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