Showing
1 changed file
with
1 additions
and
1 deletions
@@ -39,7 +39,7 @@ module.exports = { | @@ -39,7 +39,7 @@ module.exports = { | ||
39 | Ilogin: { | 39 | Ilogin: { |
40 | title:'登录接口', | 40 | title:'登录接口', |
41 | url: Iaccount.login, | 41 | url: Iaccount.login, |
42 | - form: '["{{user}}","{{password}}",{{website}}]', | 42 | + //form: '["{{user}}","{{password}}",{{website}}]', |
43 | params: { | 43 | params: { |
44 | user: { type: String }, | 44 | user: { type: String }, |
45 | password: { type: String }, | 45 | password: { type: String }, |
-
Please register or login to post a comment