13 lines
197 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
namespace app\channel\service\system;
class Xiongyi extends Core
{
protected $host = '';
protected $mid = '';
protected $token = '';
public function common($param){
}
}