添加后台代理代码
This commit is contained in:
21
codes/agent/game/dlweb/api/third/taobao/top/ResultSet.php
Normal file
21
codes/agent/game/dlweb/api/third/taobao/top/ResultSet.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* 返回的默认类
|
||||
*
|
||||
* @author auto create
|
||||
* @since 1.0, 2015-01-20
|
||||
*/
|
||||
class ResultSet
|
||||
{
|
||||
|
||||
/**
|
||||
* 返回的错误码
|
||||
**/
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* 返回的错误信息
|
||||
**/
|
||||
public $msg;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user