profile.js 140 Bytes Raw Blame History Permalink 1 2 3 4 import client from './client'; export const setBJID = ({ username, BJID }) => client.post('api/profile/setprofile', { username, BJID });