// API showstart server api type API interface { GetAddressList(pageNo int64) ([]Address, error) GetAddress() (*Address, error) GetCpList(pageNo int64) ([]CpItem, error) GetTicketList(activityId string) ([]TicketListResult, error) }
$ ./showstart showstart cli sample Usage: showstart [command] Available Commands: address 查询个人地址 help Help about any command idCard 查询已绑定观演人 id tickets 列出指定场次 ticketId 列表 version check version Flags: --config string config file (default is $HOME/.showstart.yaml) -h, --help help for showstart Use "showstart [command] --help" for more information about a command.