|
@@ -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);
|