mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
返回sign处理
This commit is contained in:
8
sop-sdk/sdk-csharp/SDKCSharp/Common/SopSdkConstants.cs
Normal file
8
sop-sdk/sdk-csharp/SDKCSharp/Common/SopSdkConstants.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
namespace SDKCSharp.Common
|
||||
{
|
||||
public static class SopSdkConstants
|
||||
{
|
||||
public const string DATA_SUFFIX = "_response";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user