The highest tagged major version is
v3 .
Discover Packages
github.com/ArtisanCloud/PowerWeChat/v2
src
officialAccount
shakeAround
request
package
Version:
v2.0.1-beta26
Opens a new window with list of versions in this module.
Published: Jul 8, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type RequestDeviceApply type RequestDeviceApplyStatus type RequestDeviceIdentifier type RequestDeviceSearch type RequestPageInfo type RequestPageUpdate type RequestShakeAroundAccountRegister type RequestShakeAroundUser
Documentation
¶
type RequestDeviceApply struct {
Quantity int `json:"quantity"`
ApplyReason string `json:"apply_reason"`
PoiID int `json:"poi_id"`
}
type RequestDeviceApplyStatus struct {
ApplyID int `json:"apply_id"`
}
type RequestDeviceIdentifier struct {
DeviceID int `json:"device_id"`
UUID string `json:"uuid"`
Major int `json:"major"`
Minor int `json:"minor"`
}
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 struct {
Title string `json:"title"`
Description string `json:"description"`
PageUrl string `json:"page_url"`
IconUrl string `json:"icon_url"`
}
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 struct {
Ticket string `json:"ticket"`
NeedPoi int `json:"need_poi"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.