|
@@ -57,7 +57,7 @@ namespace MySystem.Controllers
|
|
|
// Dictionary<string, string> result = WeChatFunction.Instance.Refund("1645266943", 0.01M, 0.1M, "2023060214014405449699901", DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8));
|
|
|
// txt = Newtonsoft.Json.JsonConvert.SerializeObject(result);
|
|
|
// txt = Newtonsoft.Json.JsonConvert.SerializeObject(WeChatFunction.Instance.QueryMerchant("KXS2023060213554647660112"));
|
|
|
- txt = WeChatFunction.Instance.QueryProfitShare("1646405429","4200001821202306083551994076","2023060816062365164446474");
|
|
|
+ // txt = WeChatFunction.Instance.QueryProfitShare("1646405429","4200001821202306083551994076","2023060816062365164446474");
|
|
|
// List<ReceiverList> Receivers = new List<ReceiverList>();
|
|
|
// Receivers.Add(new ReceiverList()
|
|
|
// {
|
|
@@ -66,7 +66,38 @@ namespace MySystem.Controllers
|
|
|
// amount = 3, //分账金额
|
|
|
// description = "服务费", //分账描述
|
|
|
// });
|
|
|
+ // txt += WeChatFunction.Instance.ProfitShare("1646405429","4200001822202306085756641548","2023060816074331055600540", Receivers) + "\n\n";
|
|
|
+ // txt += WeChatFunction.Instance.ProfitShare("1646405429","4200001844202306083343778985","2023060817035052325490272", Receivers) + "\n\n";
|
|
|
+ // txt += WeChatFunction.Instance.ProfitShare("1646405429","4200001831202306081658093673","2023060817040647494610620", Receivers) + "\n\n";
|
|
|
+ // txt += WeChatFunction.Instance.ProfitShare("1646405429","4200001817202306080966122385","2023060817041984735120293", Receivers) + "\n\n";
|
|
|
// txt = WeChatFunction.Instance.ProfitShare("1646405429","4200001821202306083551994076","2023060816062365164446474",Receivers);
|
|
|
+
|
|
|
+
|
|
|
+ // Dictionary<string, object> req = new Dictionary<string, object>();
|
|
|
+ // req.Add("SubMchid", "1646405429"); //子商户号
|
|
|
+ // req.Add("TradeNo", "4200001822202306085756641548"); //微信订单号
|
|
|
+ // req.Add("OrderNo", "2023060816074331055600540"); //商户订单号
|
|
|
+ // RedisDbconn.Instance.AddList("ProfitShareQueue", Newtonsoft.Json.JsonConvert.SerializeObject(req));
|
|
|
+
|
|
|
+ // req = new Dictionary<string, object>();
|
|
|
+ // req.Add("SubMchid", "1646405429"); //子商户号
|
|
|
+ // req.Add("TradeNo", "4200001844202306083343778985"); //微信订单号
|
|
|
+ // req.Add("OrderNo", "2023060817035052325490272"); //商户订单号
|
|
|
+ // RedisDbconn.Instance.AddList("ProfitShareQueue", Newtonsoft.Json.JsonConvert.SerializeObject(req));
|
|
|
+
|
|
|
+ // req = new Dictionary<string, object>();
|
|
|
+ // req.Add("SubMchid", "1646405429"); //子商户号
|
|
|
+ // req.Add("TradeNo", "4200001831202306081658093673"); //微信订单号
|
|
|
+ // req.Add("OrderNo", "2023060817040647494610620"); //商户订单号
|
|
|
+ // RedisDbconn.Instance.AddList("ProfitShareQueue", Newtonsoft.Json.JsonConvert.SerializeObject(req));
|
|
|
+
|
|
|
+ // req = new Dictionary<string, object>();
|
|
|
+ // req.Add("SubMchid", "1646405429"); //子商户号
|
|
|
+ // req.Add("TradeNo", "4200001817202306080966122385"); //微信订单号
|
|
|
+ // req.Add("OrderNo", "2023060817041984735120293"); //商户订单号
|
|
|
+ // RedisDbconn.Instance.AddList("ProfitShareQueue", Newtonsoft.Json.JsonConvert.SerializeObject(req));
|
|
|
+
|
|
|
+ ProfitHelper.Instance.ReturnStat("131");
|
|
|
return txt;
|
|
|
}
|
|
|
|