Browse Source

更新

master
huangjiajun 1 year ago
parent
commit
2e6ee6b0e4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kuaishou/kuaishou.go

+ 3
- 0
kuaishou/kuaishou.go View File

@@ -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)
}

Loading…
Cancel
Save