Requested changes
gitea/salix/2130-ticket_sms This commit looks good
Details
gitea/salix/2130-ticket_sms This commit looks good
Details
This commit is contained in:
parent
bf4e0d09c5
commit
2dbde24a99
|
@ -10,27 +10,27 @@ module.exports = function(Self) {
|
|||
},
|
||||
{
|
||||
arg: 'clientId',
|
||||
type: ['number', 'null'],
|
||||
type: 'number',
|
||||
description: 'The client id',
|
||||
http: {source: 'path'}
|
||||
},
|
||||
{
|
||||
arg: 'addressId',
|
||||
type: ['number', 'null'],
|
||||
type: 'number',
|
||||
description: 'The address id',
|
||||
http: {source: 'path'}
|
||||
},
|
||||
{
|
||||
arg: 'nickname',
|
||||
type: ['string']
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'city',
|
||||
type: ['string']
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'street',
|
||||
type: ['string']
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'phone',
|
||||
|
@ -62,11 +62,11 @@ module.exports = function(Self) {
|
|||
},
|
||||
{
|
||||
arg: 'isActive',
|
||||
type: 'Boolean'
|
||||
type: 'boolean'
|
||||
},
|
||||
{
|
||||
arg: 'isEqualizated',
|
||||
type: 'Boolean'
|
||||
type: 'boolean'
|
||||
}],
|
||||
returns: {
|
||||
root: true,
|
||||
|
|
Loading…
Reference in New Issue