硕顺crm后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
286 B

<?php
/**
* 消息体,具体见文档
* @author auto create
*/
class Msg
{
/**
* 卡片消息
**/
public $action_card;
/**
* markdown消息
**/
public $markdown;
/**
* 消息类型
**/
public $msgtype;
/**
* 文本消息
**/
public $text;
}
?>