meetingticket

package
v0.0.0-...-5652a87 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpdateUser

func UpdateUser(clt *mp.Client, para *UpdateUserParameters) (err error)

更新会议门票

Types

type UpdateUserParameters

type UpdateUserParameters struct {
	Code   string `json:"code"`              // 必须; 用户的门票唯一序列号
	CardId string `json:"card_id,omitempty"` // 可选; 要更新门票序列号所述的card_id ,  生成券时use_custom_code 填写true 时必填.

	Zone       string `json:"zone,omitempty"`        // 必须; 区域
	Entrance   string `json:"entrance,omitempty"`    // 必须; 入口
	SeatNumber string `json:"seat_number,omitempty"` // 必须; 座位号
	BeginTime  int64  `json:"begin_time,omitempty"`  // 可选; 开场时间,Unix时间戳格式。
	EndTime    int64  `json:"end_time,omitempty"`    // 可选; 结束时间,Unix时间戳格式。
}

Jump to

Keyboard shortcuts

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