fix HTML-escaped description on nodejs json files

This commit is contained in:
wing328
2015-09-03 22:38:19 +08:00
parent 9e8e5db7b3
commit 8ce06fc898
7 changed files with 394 additions and 373 deletions

View File

@@ -24,7 +24,7 @@ exports.placeOrder = function(body) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2015-07-09T06:03:19.571+0000"
"shipDate" : "2015-09-03T14:34:08.343+0000"
};
@@ -43,7 +43,7 @@ exports.getOrderById = function(orderId) {
"complete" : true,
"status" : "aeiou",
"quantity" : 123,
"shipDate" : "2015-07-09T06:03:19.576+0000"
"shipDate" : "2015-09-03T14:34:08.347+0000"
};