object SendMsg(LogicData arg) { var touser = ComFunc.nvl(arg.GetValue("to")); var content = ComFunc.IsBase64Then(ComFunc.nvl(arg.GetValue("content")).Replace(" ", "+")); return(Weixin.SendTextCardMsg(touser, "", "", "本月薪资", $"{DateTime.Now.ToString("yyyy年MM月")}工作单", "http://www.baidu.com")); }
public object GetValue(string key) { return(_ld.GetValue(key)); }