Authored by htoooth

add source

@@ -206,11 +206,11 @@ class featureModel extends global.yoho.BaseModel { @@ -206,11 +206,11 @@ class featureModel extends global.yoho.BaseModel {
206 let data = { 206 let data = {
207 method: 'app.redpac.addRedpac', 207 method: 'app.redpac.addRedpac',
208 uid: uid, 208 uid: uid,
209 - redpacToken: token 209 + redpacToken: token,
  210 + actSource: 1004,
210 }; 211 };
211 212
212 return this.get({data}).then(result => { 213 return this.get({data}).then(result => {
213 -  
214 if (!result) { 214 if (!result) {
215 result.code = 404; 215 result.code = 404;
216 result.message = '出错啦~'; 216 result.message = '出错啦~';
This diff could not be displayed because it is too large.