Browse Source

口袋圈

master
huangjiajun 9 months ago
parent
commit
6b7ced117b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kdq/api.go

+ 1
- 1
kdq/api.go View File

@@ -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…
Cancel
Save