ソースを参照

更新

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

読み込み中…
キャンセル
保存