返回sign处理

This commit is contained in:
tanghc
2019-06-27 19:20:23 +08:00
parent 800f7e8d82
commit eb179632c8
22 changed files with 472 additions and 238 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace SDKCSharp.Common
{
public class ErrorResponse: Response.BaseResponse
{
}
}