소스 검색

口袋圈

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)


불러오는 중...
취소
저장