riku
2024-01-09 023ea35893ed047887a43555509335eec7a8b161
src/api/fysp/problemApi.js
@@ -10,6 +10,6 @@
   */
  checkProblem({ pId, action, remark = '', userId = id, userName = name }) {
    const params = `?pId=${pId}&action=${action}&remark=${remark}&userId=${userId}&userName=${userName}`;
    return $fysp.post(`problemlist/check${params}`);
    return $fysp.post(`problemlist/check${params}`).then((res) => res.data);
  },
};