小货场 小程序
Go to file
admin 6725ac0f3f update: 付款审核tab切换 全选重置 2024-06-05 15:58:21 +08:00
.hbuilderx update: 更新消息中心样式 以及u-input 样式 2024-05-09 10:20:25 +08:00
src update: 付款审核tab切换 全选重置 2024-06-05 15:58:21 +08:00
.eslintrc-auto-import.json update: init 2024-03-04 15:10:11 +08:00
.eslintrc.js update: init 2024-03-04 15:10:11 +08:00
.gitignore update: init 2024-03-04 15:10:11 +08:00
index.html update: init 2024-03-04 15:10:11 +08:00
package.json update: 调整安卓兼容性问题 2024-05-09 13:38:36 +08:00
pnpm-lock.yaml update: 调整安卓兼容性问题 2024-05-09 13:38:36 +08:00
readme.md update: 待出库接口对接 2024-03-09 20:37:17 +08:00
shims-uni.d.ts update: init 2024-03-04 15:10:11 +08:00
tsconfig.json Revert "update: 增加启动页优化" 2024-05-06 11:10:27 +08:00
vite.config.ts update: 调整安卓兼容性问题 2024-05-09 13:38:36 +08:00

readme.md

获取接口字段

let c = a.data[22].requestBody.jsonSchema.properties
for (let i = 0; i < Object.keys(c).length; i++) {
  console.log(Object.keys(c)[i], + ':',c[Object.keys(c)[i]].type + '; //' + c[Object.keys(c)[i]].description )
}