9 lines
134 B
C#
9 lines
134 B
C#
|
|
namespace Alipay.AopSdk.Core
|
|||
|
|
{
|
|||
|
|
internal class ResponseParseItem
|
|||
|
|
{
|
|||
|
|
public string realContent;
|
|||
|
|
|
|||
|
|
public string respContent;
|
|||
|
|
}
|
|||
|
|
}
|