order.js 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * 订单. * @author hgwang * @date 2016-07-20 */ 'use strict'; const api = global.yoho.ServiceAPI; const Promise = require('bluebird'); const co = Promise.coroutine;