Package-level declarations

Types

Link copied to clipboard
data class SimpleTemplate @ApiResultType constructor(val id: String, val title: String, val type: Int = 0, val msgtype: Int = 1, val status: Int = 0, val testData: String = "", val testChannel: String = "", val content: String = "") : Template

Template 的简单实现。

Link copied to clipboard
interface Template

消息模板对象,表示一个消息模板。