1.0-version
This commit is contained in:
30
ShortMessage/top/domain/Result.php
Normal file
30
ShortMessage/top/domain/Result.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* 无
|
||||
* @author auto create
|
||||
*/
|
||||
class Result
|
||||
{
|
||||
|
||||
/**
|
||||
* 错误码
|
||||
**/
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* 无
|
||||
**/
|
||||
public $model;
|
||||
|
||||
/**
|
||||
* 原因
|
||||
**/
|
||||
public $msg;
|
||||
|
||||
/**
|
||||
* 结果
|
||||
**/
|
||||
public $success;
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user