mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactored
This commit is contained in:
parent
ffb08b98e8
commit
9ac6b346ca
1 changed files with 5 additions and 2 deletions
|
|
@ -266,8 +266,11 @@
|
|||
|
||||
if(lRet){
|
||||
var p = pParams,
|
||||
c = pParams.params,
|
||||
lParams = {
|
||||
c = pParams.params;
|
||||
|
||||
p.data = p.data.toString();
|
||||
|
||||
var lParams = {
|
||||
request : c.request,
|
||||
response: c.response
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue