Categorygithub.com/k8scat/fxiaoke
modulepackage
0.0.8
Repository: https://github.com/k8scat/fxiaoke.git
Documentation: pkg.go.dev

# README

Fxiaoke OpenAPI SDK

Unofficial Go SDK for the fxiaoke.com OpenAPI

Install

go get -u github.com/k8scat/fxiaoke

Quick start

package main

import (
    "fmt"

    "github.com/k8scat/fxiaoke"
)

func main() {
    appID := ""
    appSecret := ""
    permanentCode := ""
    userID := ""
    corpID := ""
    client, err := fxiaoke.NewClient(appID, appSecret, permanentCode, userID, corpID)
    if err != nil {
        panic(err)
    }

    user, err := client.GetUserByOpenID(userID)
    if err != nil {
        panic(err)
    }
    fmt.Printf("%+v", user)
}

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
生命状态.
No description provided by the author
No description provided by the author
业务类型.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Not equal.
No description provided by the author
No description provided by the author
No description provided by the author
自定义对象.
预设对象.
触发审批流.
触发工作流.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author