|
@@ -128,7 +128,12 @@ namespace MySystem
|
|
|
{
|
|
|
AddInfo.Status = -1;
|
|
|
merchant.Status = -1;
|
|
|
- AddInfo.WeChatRemark = jsonObj["errorDesc"].ToString();
|
|
|
+ string errorDesc = jsonObj["errorDesc"].ToString();
|
|
|
+ if(errorDesc.Contains("租赁协议") && errorDesc.Contains("水电煤") && errorDesc.Contains("门头合影") && errorDesc.Contains("下载地址"))
|
|
|
+ {
|
|
|
+ errorDesc = "门头不一致,需上传名称不一致说明函";
|
|
|
+ }
|
|
|
+ AddInfo.WeChatRemark = errorDesc;
|
|
|
// if (string.IsNullOrEmpty(AddInfo.MchtNo))
|
|
|
// {
|
|
|
// if (jsonObj.ToJson().Contains("mchtNo"))
|