fix(desktop/sohuhao): set article infoResource to 0
This commit is contained in:
@@ -215,7 +215,7 @@ async function submitArticle(
|
|||||||
categoryId: -1,
|
categoryId: -1,
|
||||||
cover: coverUrl || "",
|
cover: coverUrl || "",
|
||||||
accountId: Number(account.id),
|
accountId: Number(account.id),
|
||||||
infoResource: 2,
|
infoResource: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
const response = await sessionFetchJson<SohuSubmitResponse>(
|
const response = await sessionFetchJson<SohuSubmitResponse>(
|
||||||
|
|||||||
Reference in New Issue
Block a user