14 lines
230 B
PHP
Executable File
14 lines
230 B
PHP
Executable File
<?php
|
|
namespace app\admin\model;
|
|
|
|
use app\common\model\WechatBatchSend as WechatBatchSendModel;
|
|
use hema\wechat\Driver;
|
|
|
|
/**
|
|
* 微信群发消息模型
|
|
*/
|
|
class WechatBatchSend extends WechatBatchSendModel
|
|
{
|
|
|
|
}
|