This commit is contained in:
“wanyongkang”
2022-03-21 18:05:51 +08:00
parent 506e4db0b0
commit a9e4c83e0a
1117 changed files with 148503 additions and 75 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* TODO 补充说明
*
* User: jiehua
* Date: 16/3/30
* Time: 下午8:51
*/
class EncryptResponseData
{
public $realContent;
public $returnContent;
}