(body,key)
| 130 | return Json2Form(query) |
| 131 | } |
| 132 | function getBody(body,key) { |
| 133 | body = 'in=' + encodeURIComponent(Encrypt_Body(Json2Form(body), key)); |
| 134 | return body |
| 135 | } |
| 136 | function getHeaders(sessionid) { |
| 137 | return { |
| 138 | 'Content-Type': 'application/x-www-form-urlencoded', |
no test coverage detected