|
|
@@ -84,7 +84,7 @@ func (this *RtxController) PtrLogin() {
|
|
|
|
|
|
password, _:= base64.StdEncoding.DecodeString(ptr.PassWord)
|
|
|
|
|
|
- resp := rtxSvc.HandlePtrLogin(ptr.UserName, password, BaseUserName)
|
|
|
+ resp := rtxSvc.HandlePtrLogin(ptr.UserName, string(password), BaseUserName)
|
|
|
log.Println("userName= ", ptr.UserName)
|
|
|
var datainfo DataInfo
|
|
|
datainfo.Items = resp
|