marketing

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FavorCallbacksRequest

type FavorCallbacksRequest struct {
	common.Header
	MchID     string `json:"mchid"`
	NotifyURL string `json:"notify_url"`
	Switch    bool   `json:"switch"`
}

type FavorCallbacksResult

type FavorCallbacksResult struct {
	UpdateTime string `json:"update_time"`
	NotifyURL  string `json:"notify_url"`
}

type Marketing

type Marketing struct {
	*context.Context
}

func NewMarketing

func NewMarketing(ctx *context.Context) *Marketing

func (*Marketing) FavorCallbacks

func (m *Marketing) FavorCallbacks(request FavorCallbacksRequest) (result FavorCallbacksResult, err error)

Jump to

Keyboard shortcuts

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