Browse Source

补推商户数据

lcl 4 months ago
parent
commit
aba44d20b0
1 changed files with 17 additions and 7 deletions
  1. 17 7
      Controllers/HomeController.cs

+ 17 - 7
Controllers/HomeController.cs

@@ -196,14 +196,24 @@ namespace MySystem.Controllers
             //     CreateDate = DateTime.Parse("2025-01-02 12:25:58"),
             //     ChannelSerial = "",
             // });
-            PosPushDataNewHelper.Deposit(new MySystem.SpModels.ActivateRecord()
+            // PosPushDataNewHelper.Deposit(new MySystem.SpModels.ActivateRecord()
+            // {
+            //     SeoTitle = "0.00",
+            //     ProductType = "23",
+            //     SnNo = "217F8106532",
+            //     MerNo = "217F8106532",
+            //     Id = 780709,
+            // });
+            PosPushDataNewHelper.Bind(new MySystem.SpModels.Merchants()
             {
-                SeoTitle = "0.00",
-                ProductType = "23",
-                SnNo = "217F8106532",
-                MerNo = "217F8106532",
-                Id = 780709,
-            });
+                ProductType = "34",
+                SnNo = "0000730222521A001014",
+                MerNo = "825816463577817",
+                MerIdcardNo = "500101********4761",
+                MerName = "琳琳饰品",
+                MerMobile = "130****5511",
+                CreateTime = DateTime.Parse("2025-06-24 19:37:32"),
+            }, "33");
             return "ok";
         }