Ver código fonte

更新

master
huangjiajun 1 ano atrás
pai
commit
02b4c92772
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      kuaishou/kuaishou.go

+ 5
- 0
kuaishou/kuaishou.go Ver arquivo

@@ -99,3 +99,8 @@ func GetKuishouCpsOrder(signSecret string, param map[string]string) (string, err
func GetKuishouSelectionPick(signSecret string, param map[string]string) (string, error) {
return SendPost("open.distribution.selection.pick", signSecret, param)
}

//https://open.kwaixiaodian.com/zone/docs/api?name=open.user.info.get&version=1 用户信息
func GetKuishouUser(signSecret string, param map[string]string) (string, error) {
return SendGet("open.user.info.get", signSecret, param)
}

Carregando…
Cancelar
Salvar