|
|
@@ -104,3 +104,6 @@ func GetKuishouSelectionPick(signSecret string, param map[string]string) (string |
|
|
|
func GetKuishouUser(signSecret string, param map[string]string) (string, error) { |
|
|
|
return SendGet("open.user.info.get", signSecret, param) |
|
|
|
} |
|
|
|
func GetKuishouOrderDetail(signSecret string, param map[string]string) (string, error) { |
|
|
|
return SendGet("open.distribution.cps.leader.order.detail", signSecret, param) |
|
|
|
} |