...
|
...
|
@@ -34,7 +34,7 @@ module.exports = { |
|
|
api: 'app.address.setdefault',
|
|
|
params: {},
|
|
|
},
|
|
|
'ufo.buyer.modifyAddress': {
|
|
|
'/api/buyer/modifyAddress': {
|
|
|
auth: true,
|
|
|
api: 'ufo.buyer.modifyAddress',
|
|
|
params: {
|
...
|
...
|
@@ -42,7 +42,7 @@ module.exports = { |
|
|
orderCode: { type: Number, require: true },
|
|
|
mobile: { type: String, require: true },
|
|
|
consignee: { type: String, require: true },
|
|
|
area: { type: Number, require: true },
|
|
|
area: { type: String, require: true },
|
|
|
areaCode: { type: String, require: true },
|
|
|
address: { type: String, require: true },
|
|
|
},
|
...
|
...
|
|