2024-09-29 15:43:18 +08:00

13 lines
197 B
PHP

<?php
namespace app\channel\service\system;
class Xiongyi extends Core
{
protected $host = '';
protected $mid = '';
protected $token = '';
public function common($param){
}
}