request

package
v2.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestDeviceApply

type RequestDeviceApply struct {
	Quantity    int    `json:"quantity"`
	ApplyReason string `json:"apply_reason"`
	Comment     string `json:"comment"`
	PoiID       int    `json:"poi_id"`
}

type RequestDeviceApplyStatus

type RequestDeviceApplyStatus struct {
	ApplyID int `json:"apply_id"`
}

type RequestDeviceIdentifier

type RequestDeviceIdentifier struct {
	DeviceID int    `json:"device_id"`
	UUID     string `json:"uuid"`
	Major    int    `json:"major"`
	Minor    int    `json:"minor"`
}

type RequestDeviceSearch

type RequestDeviceSearch struct {
	Type              int                        `json:"type"`
	DeviceIdentifiers []*RequestDeviceIdentifier `json:"device_identifiers"`
	ApplyID           int                        `json:"apply_id"`
	LastSeen          int                        `json:"last_seen"`
	Count             int                        `json:"count"`
}

type RequestPageInfo

type RequestPageInfo struct {
	Title       string `json:"title"`
	Description string `json:"description"`
	PageUrl     string `json:"page_url"`
	Comment     string `json:"comment"`
	IconUrl     string `json:"icon_url"`
}

type RequestPageUpdate

type RequestPageUpdate struct {
	*RequestPageInfo

	PageID int `json:"page_id"`
}

type RequestShakeAroundAccountRegister

type RequestShakeAroundAccountRegister struct {
	Name                  string   `json:"name"`
	PhoneNumber           string   `json:"phone_number"`
	Email                 string   `json:"email"`
	IndustryID            string   `json:"industry_id"`
	QualificationCertUrls []string `json:"qualification_cert_urls"`
	ApplyReason           string   `json:"apply_reason"`
}

type RequestShakeAroundUser

type RequestShakeAroundUser struct {
	Ticket  string `json:"ticket"`
	NeedPoi int    `json:"need_poi"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL