customer.json 258 B

12345678910
  1. {
  2. "houseTypeOptions": [
  3. { "label": "楼梯", "value": "stairs" },
  4. { "label": "电梯", "value": "elevator" }
  5. ],
  6. "entryMethodOptions": [
  7. { "label": "密码开门", "value": "password" },
  8. { "label": "钥匙开门", "value": "key" }
  9. ]
  10. }