.NET4.7升级4.7。添加Redis新方法。
This commit is contained in:
@@ -689,7 +689,7 @@ namespace WebServer.ServiceReference1 {
|
||||
}
|
||||
|
||||
public bool CheckIn2(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, ref string errorMsg, ref long checkInID, string phoneNumber, string idNumber) {
|
||||
CheckIn2Request inValue = new CheckIn2Request();
|
||||
WebServer.ServiceReference1.CheckIn2Request inValue = new WebServer.ServiceReference1.CheckIn2Request();
|
||||
inValue.Body = new WebServer.ServiceReference1.CheckIn2RequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
@@ -700,7 +700,7 @@ namespace WebServer.ServiceReference1 {
|
||||
inValue.Body.checkInID = checkInID;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
CheckIn2Response retVal = ((WebServer.ServiceReference1.blwwsSoap)(this)).CheckIn2(inValue);
|
||||
WebServer.ServiceReference1.CheckIn2Response retVal = ((WebServer.ServiceReference1.blwwsSoap)(this)).CheckIn2(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
checkInID = retVal.Body.checkInID;
|
||||
return retVal.Body.CheckIn2Result;
|
||||
@@ -732,7 +732,7 @@ namespace WebServer.ServiceReference1 {
|
||||
}
|
||||
|
||||
public bool UploadPhoto(string key, string code, long checkInID, int idType, string idCard, string name, int sex, string birthday, string photoUrl, byte[] photo, ref string errorMsg) {
|
||||
UploadPhotoRequest inValue = new UploadPhotoRequest();
|
||||
WebServer.ServiceReference1.UploadPhotoRequest inValue = new WebServer.ServiceReference1.UploadPhotoRequest();
|
||||
inValue.Body = new WebServer.ServiceReference1.UploadPhotoRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
|
||||
Reference in New Issue
Block a user