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