Compare commits
3 Commits
0eae520f0d
...
b9cace17b2
| Author | SHA1 | Date |
|---|---|---|
|
|
b9cace17b2 | |
|
|
c8d0ef9043 | |
|
|
0a2513245c |
|
|
@ -65,7 +65,7 @@
|
|||
"FromName": "Test_Study",
|
||||
"AuthorizationCode": "zhanying123",
|
||||
|
||||
"SiteUrl": "http://test.study.extimaging.com/login"
|
||||
"SiteUrl": "http://study.test.extimaging.com/login"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"FromEmail": "uat-study@extimaging.com",
|
||||
"FromName": "Uat_Study",
|
||||
"AuthorizationCode": "zhanying123",
|
||||
"SiteUrl": "http://uat.study.extimaging.com/login"
|
||||
"SiteUrl": "http://study.uat.extimaging.com/login"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
|||
public T Data { get; set; }
|
||||
|
||||
|
||||
public SignDTO SignInfo { get; set; }
|
||||
public SignDTO? SignInfo { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue