ltlzx 3 years ago
parent
commit
42f4d9fe59
  1. 6
      api/profile.js

6
api/profile.js

@ -73,9 +73,9 @@ class Profile {
static poster(data){
return Serve.get('/generalize/poster',data)
}
static qrcode(){
return Serve.get('/generalize/invite_qrcode')
}
// static qrcode(){
// return Serve.get('/generalize/invite_qrcode')
// }
}
export default Profile;
Loading…
Cancel
Save