riku
2023-12-18 356f54467f525f437f41271fb62f6be66f2ab1e5
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}`).then((res) => res.data);
    return $fysp.post(`problemlist/check${params}`);
  },
};