We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
captcha
1 parent 7d6d1a0 commit b41db98Copy full SHA for b41db98
luogu-api.d.ts
@@ -71,6 +71,7 @@ export interface SubmitCodeRequest {
71
code: string;
72
lang?: number;
73
enableO2?: number;
74
+ captcha?: string;
75
}
76
77
export interface CreateProblemRequest {
problems.md
@@ -113,7 +113,7 @@
113
</tr>
114
<tr>
115
<th align="right">请求主体</th>
116
- <td><code>application/json</code> (<code>SubmitCodeRequest</code>) 或 <code>multipart/form-data</code> (<code>{ file: Blob }</code>)</td>
+ <td><code>application/json</code> (<code>SubmitCodeRequest</code>) 或 <code>multipart/form-data</code> (<code>{ file: Blob; captcha?: string }</code>)</td>
117
118
119
<th align="right">响应主体</th>
0 commit comments