1 Star 0 Fork 11

杨剑峰/FinanceSdkDemo

forked from Yohao丶/FinanceSdkDemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Program.cs 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yohao.Chou 提交于 2020-09-26 23:53 . init demo
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FinanceSdkDemo
{
class Program
{
static void Main(string[] args)
{
var chatDService = new ChatDataService();
try
{
//测试媒体信息
//chatDService.GetMediaData();
var encrypt_random_key = "";
var encrypt_chat_msg = "";
var text= chatDService.DecryptChatData(encrypt_random_key, encrypt_chat_msg);
Console.WriteLine(text);
}
catch (Exception ex)
{
Console.WriteLine($"程序异常:{ex.Message}");
}
Console.ReadKey();
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/erpla/finance-sdk-demo.git
git@gitee.com:erpla/finance-sdk-demo.git
erpla
finance-sdk-demo
FinanceSdkDemo
master

搜索帮助