jdk

package
v0.0.0-...-fbceb80 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AccessKeyId     string `json:",optional"`
	AccessKeySecret string `json:",optional"`
	Endpoint        string `json:",optional"`
	Region          string `json:",optional"`
	Bucket          string `json:",optional"`
	TemplateId      string `json:",optional"`
	SignId          string `json:",optional"`
}

func (*Config) BatchSend

func (c *Config) BatchSend(phones, params []string) (*apis.BatchSendResponse, error)

func (*Config) PreSignUrl

func (c *Config) PreSignUrl(fileName string) (*PreSignUrlResp, error)

type PreSignUrlResp

type PreSignUrlResp struct {
	AccessUrl  string `json:"access_url"`
	PreSignUrl string `json:"pre_sign_url"`
}

Jump to

Keyboard shortcuts

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