This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
YLSJ
/
jzhj2024server
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
50a18f6c4a
Branches
Tags
dev
tap
jzhj2024server
/
Gameserver
/
App
/
service_call
/
pay
/
aligame
/
model
/
DomainInfo.php
DomainInfo.php
135 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
* 天雷系统解析的返回对象
*/
class DomainInfo{
public $domain;
public $ipAddress;
public $ctime;
}