The highest tagged major version is
v3 .
Discover Packages
github.com/ArtisanCloud/PowerWeChat/v2
src
officialAccount
shakeAround
request
package
Version:
v2.0.3-beta03
Opens a new window with list of versions in this module.
Published: Aug 19, 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
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.