首次提交
This commit is contained in:
15
SMCryptoUtils/ISignUtil.cs
Normal file
15
SMCryptoUtils/ISignUtil.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SMCryptoUtils
|
||||
{
|
||||
public interface ISignUtil
|
||||
{
|
||||
string getObjString(object obj);
|
||||
string getSignText(JObject jsonObject, string appSecret);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user