no message

Former-commit-id: 2307a927de9d95108586522b33bcab9a8941d30e
Former-commit-id: e0d45eab6717de74eb4ba3516f106340a881cf5a
Former-commit-id: 63f175e2c381710a8e53c338f7cfad56c06a37e0
This commit is contained in:
李杨
2018-02-24 16:43:48 +08:00
parent 0dd56b2dfe
commit fe4999f071
8 changed files with 14 additions and 208 deletions

View File

@@ -0,0 +1,5 @@
export default (quote) => {
return new Promise((resolve, reject) => {
resolve()
})
}