Update test.js

This commit is contained in:
Shawn
2019-06-25 15:54:29 +08:00
committed by GitHub
parent 397f7ef542
commit 940b5d4a2a

View File

@@ -5,7 +5,7 @@
var body = $response.body;
var obj = JSON.parse(body);
$notify("HAHA", "Sucess")
$notify("HAHA", "Sucess");
obj['result'] = 0;
body = JSON.stringify(obj);