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