摘要: 朋友对接酷家乐接口,帮忙简单写的一个测试的请求接口通用类。 代码如下: //时间戳 public static long timeStamp = 0L; //账号信息 public const string appKey = "appKey"; public const string Appuid 阅读全文
posted @ 2020-12-14 10:43 hangxing.pang 阅读(271) 评论(0) 推荐(0)
摘要: 1、RemotingModel public class Talker: MarshalByRefObject { /// <summary> /// 说话 /// </summary> /// <param name="word"></param> public void Talk(string 阅读全文
posted @ 2020-12-14 10:20 hangxing.pang 阅读(91) 评论(0) 推荐(0)