Authored by yyq

Merge branch 'feature/homeInvoice' into release/6.1

... ... @@ -4,7 +4,7 @@ const api = global.yoho.API;
exports.getUserSuccessfulOrders = (uid)=>{
return api.get('', {
method: 'app.SpaceOrders.get',
method: 'app.SpaceOrders.list',
uid: uid,
type: 5,
page: 1,
... ...