Skip to content

Instantly share code, notes, and snippets.

@whatvn
Created June 16, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whatvn/09107cbd72b140edb26ed35dde6a52ce to your computer and use it in GitHub Desktop.
Save whatvn/09107cbd72b140edb26ed35dde6a52ce to your computer and use it in GitHub Desktop.
updateShipper(id, goods, function (shippers) {
if (shippers.length) {
response = send(shippers, options, callback);
} else {
response = deny(options, callback);
}
});
Muốn lấy cái giá trị response trả về
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment