12 lines
82 B
PHP
12 lines
82 B
PHP
<?php
|
|
|
|
namespace XuanChen\Sinopec;
|
|
|
|
/**
|
|
* 中石化接口
|
|
*/
|
|
class Sinopec
|
|
{
|
|
|
|
}
|