瀏覽代碼

口袋圈

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


Loading…
取消
儲存