浏览代码

更新

master
huangjiajun 1年前
父节点
当前提交
2e6ee6b0e4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      kuaishou/kuaishou.go

+ 3
- 0
kuaishou/kuaishou.go 查看文件

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

正在加载...
取消
保存