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