Files
ZangShiQi/addon/alipay/data/sdk/EncryptResponseData.php
2026-04-04 17:27:12 +08:00

18 lines
192 B
PHP
Executable File

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