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

6
api/profile.js

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