Browse Source

提交

master
gwbvipvip 6 months ago
parent
commit
ef07792d47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/htmls/API/GroupMeal/DiningPlateOrder/GetWeighOrderByOpenId/index.tsx

+ 1
- 1
src/pages/htmls/API/GroupMeal/DiningPlateOrder/GetWeighOrderByOpenId/index.tsx View File

@@ -18,7 +18,7 @@ const publicrequestData = [
];

const requestData = [
{ attribute: 'orderId', type: 'string', isrequired: "是", explicate: '订单ID' },
{ attribute: 'openId', type: 'string', isrequired: "是", explicate: '订单ID' },
];

const returnData = [


Loading…
Cancel
Save