fix bug
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user