Explorar el Código

提交

master
gwbvipvip hace 6 meses
padre
commit
ef07792d47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/htmls/API/GroupMeal/DiningPlateOrder/GetWeighOrderByOpenId/index.tsx

+ 1
- 1
src/pages/htmls/API/GroupMeal/DiningPlateOrder/GetWeighOrderByOpenId/index.tsx Ver fichero

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

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

const returnData = [


Cargando…
Cancelar
Guardar