woo-alipay/lib/alipay/aop/EncryptResponseData.php
2025-09-30 23:00:11 +08:00

16 lines
No EOL
177 B
PHP
Executable file

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