DuGuYang 1 year ago
parent
commit
837a4b6fa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/UpdateSignUrlService.cs

+ 1 - 1
AppStart/Helper/UpdateSignUrlService.cs

@@ -32,7 +32,7 @@ namespace MySystem
                 if (!string.IsNullOrEmpty(content))
                 {
                     JsonData json = JsonMapper.ToObject(content);
-                    string result = UpdateSignUrl(int.Parse(json["MerchantId"].ToString()), int.Parse(json["ApplymentId"].ToString()));
+                    string result = UpdateSignUrl(int.Parse(json["MerchantId"].ToString()), int.Parse(json["Kind"].ToString()));
                     if (result == "wait")
                     {
                         Thread.Sleep(10000);