|
|
@@ -73,7 +73,7 @@ func (this *RtxController) PtrLogin() {
|
|
|
rtxSvc := oilrtx.GetRtxService(utils.DBE)
|
|
|
userName := this.GetString("username") //用户名
|
|
|
passWord := this.GetString("password")
|
|
|
- fmt.Println(userName + passWord)
|
|
|
+
|
|
|
resp := rtxSvc.HandlePtrLogin(userName, passWord, BaseUserName)
|
|
|
log.Println("userName= ", userName)
|
|
|
var datainfo DataInfo
|