fix(sohuhao): update infoResource value in submitArticle function
This commit is contained in:
@@ -221,7 +221,7 @@ async function submitArticle(
|
||||
categoryId: -1,
|
||||
cover: coverUrl || '',
|
||||
accountId: Number(account.id),
|
||||
infoResource: 0,
|
||||
infoResource: 2,
|
||||
}
|
||||
|
||||
const response = await sessionFetchJson<SohuSubmitResponse>(context.session, url.toString(), {
|
||||
|
||||
Reference in New Issue
Block a user