diff --git a/p__MyProblem__RecordDetail__index.async.js b/p__MyProblem__RecordDetail__index.async.js index 53a6b91ba6..623a38b887 100644 --- a/p__MyProblem__RecordDetail__index.async.js +++ b/p__MyProblem__RecordDetail__index.async.js @@ -1110,7 +1110,7 @@ function sumbitCode(id, params) { return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .post */ .v_)("myproblems/".concat(id, "/code_submit.json"), params); } function debugCode(id, params) { - return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .get */ .U2)("myproblems/".concat(id, "/code_debug.json"), params); + return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .post */ .v_)("myproblems/".concat(id, "/code_debug.json"), params); } function getSubmitRecords(id, params) { if (params.language) { diff --git a/p__MyProblem__index.async.js b/p__MyProblem__index.async.js index f20b748215..5a78d9fae9 100644 --- a/p__MyProblem__index.async.js +++ b/p__MyProblem__index.async.js @@ -6773,7 +6773,7 @@ function sumbitCode(id, params) { return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .post */ .v_)("myproblems/".concat(id, "/code_submit.json"), params); } function debugCode(id, params) { - return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .get */ .U2)("myproblems/".concat(id, "/code_debug.json"), params); + return (0,_utils_fetch_ts__WEBPACK_IMPORTED_MODULE_1__/* .post */ .v_)("myproblems/".concat(id, "/code_debug.json"), params); } function getSubmitRecords(id, params) { if (params.language) {