Commit 1cbed673 by lixinming

no message

parent 3dfaf663
...@@ -22,4 +22,10 @@ ...@@ -22,4 +22,10 @@
res.send(ret); res.send(ret);
} }
\ No newline at end of file function updateName(data) {
let result = {};
for (let key in data) {
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment