您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

31 行
579 B

  1. {
  2. "meta": {
  3. "options": {
  4. "linkedFile": "/views/login.ejs",
  5. "linkedForm": "login1"
  6. },
  7. "$_POST": [
  8. {
  9. "type": "text",
  10. "fieldName": "email",
  11. "name": "email"
  12. },
  13. {
  14. "type": "text",
  15. "fieldName": "password",
  16. "name": "password"
  17. }
  18. ]
  19. },
  20. "exec": {
  21. "steps": {
  22. "name": "api",
  23. "module": "api",
  24. "action": "send",
  25. "options": {
  26. "url": "{{$_ENV.API_BASEURL+'/login'+$_POST.email+$_POST.password.sha1('@ng31F@rm')}}"
  27. },
  28. "output": true
  29. }
  30. }
  31. }