Authored by yyq

list api

@@ -19,7 +19,7 @@ module.exports = class extends global.yoho.BaseModel { @@ -19,7 +19,7 @@ module.exports = class extends global.yoho.BaseModel {
19 uid: uid 19 uid: uid
20 }}), 20 }}),
21 this.get({data: { 21 this.get({data: {
22 - method: 'app.invitecode.detail', 22 + method: 'app.invitecode.history',
23 uid: uid, 23 uid: uid,
24 page: page || 1 24 page: page || 1
25 }}) 25 }})