|
@@ -1,7 +1,7 @@
|
|
module.exports = {
|
|
module.exports = {
|
|
create: {
|
|
create: {
|
|
requestBody: [
|
|
requestBody: [
|
|
- "order_id",
|
|
|
|
|
|
+ "order_num",
|
|
"buyer_id",
|
|
"buyer_id",
|
|
"buyer_contacts",
|
|
"buyer_contacts",
|
|
"buyer_phone",
|
|
"buyer_phone",
|
|
@@ -20,7 +20,7 @@ module.exports = {
|
|
update: {
|
|
update: {
|
|
params: ["!id"],
|
|
params: ["!id"],
|
|
requestBody: [
|
|
requestBody: [
|
|
- "order_id",
|
|
|
|
|
|
+ "order_num",
|
|
"buyer_id",
|
|
"buyer_id",
|
|
"buyer_contacts",
|
|
"buyer_contacts",
|
|
"buyer_phone",
|
|
"buyer_phone",
|
|
@@ -41,7 +41,7 @@ module.exports = {
|
|
index: {
|
|
index: {
|
|
parameters: {
|
|
parameters: {
|
|
query: {
|
|
query: {
|
|
- order_id: "order_id",
|
|
|
|
|
|
+ order_num: "order_num",
|
|
buyer_contacts: "buyer_contacts",
|
|
buyer_contacts: "buyer_contacts",
|
|
buyer_phone: "buyer_phone",
|
|
buyer_phone: "buyer_phone",
|
|
buyer_email: "buyer_email",
|
|
buyer_email: "buyer_email",
|