Commit 1cbed673 by lixinming

no message

parent 3dfaf663
...@@ -23,3 +23,9 @@ ...@@ -23,3 +23,9 @@
res.send(ret); res.send(ret);
} }
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