This commit is contained in:
2025-10-29 21:37:00 +08:00
parent 3fe1e332b0
commit be3e4cb912
3 changed files with 6 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export class GwezzChangdunovelApi implements ICredentialType {
properties: INodeProperties[] = [
{
displayName: 'distributor_id',
displayName: 'Distributor ID',
name: 'distributor_id',
type: 'string',
required: true,
@@ -19,7 +19,7 @@ export class GwezzChangdunovelApi implements ICredentialType {
description: '分销商 ID可与常读商务同学沟通获取',
},
{
displayName: 'secret_key',
displayName: 'Secret Key',
name: 'secret_key',
type: 'string',
typeOptions: { password: true },
@@ -31,7 +31,7 @@ export class GwezzChangdunovelApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
url: 'https://www.changdunovel.com/novelsale/openap',
url: 'https://www.changdunovel.com/novelsale/openapi',
},
};
}