Authored by mali

登录bug特殊字符

... ... @@ -39,7 +39,7 @@ module.exports = {
Ilogin: {
title:'登录接口',
url: Iaccount.login,
form: '["{{user}}","{{password}}",{{website}}]',
//form: '["{{user}}","{{password}}",{{website}}]',
params: {
user: { type: String },
password: { type: String },
... ...