{"id":13788852,"url":"https://github.com/steedos/mini-vip","last_synced_at":"2025-05-04T19:35:20.115Z","repository":{"id":75858579,"uuid":"133625504","full_name":"steedos/mini-vip","owner":"steedos","description":"开源微站小程序解决方案，通过微信第三方平台，用户可以自助创建小程序。","archived":false,"fork":false,"pushed_at":"2019-08-27T02:54:51.000Z","size":4050,"stargazers_count":85,"open_issues_count":22,"forks_count":22,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-08-03T21:02:55.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.steedos.com/platform/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steedos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-05-16T07:12:56.000Z","updated_at":"2024-08-02T06:24:18.000Z","dependencies_parsed_at":"2023-03-13T20:15:22.241Z","dependency_job_id":null,"html_url":"https://github.com/steedos/mini-vip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steedos%2Fmini-vip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steedos%2Fmini-vip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steedos%2Fmini-vip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steedos%2Fmini-vip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steedos","download_url":"https://codeload.github.com/steedos/mini-vip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224406133,"owners_count":17305725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T21:00:54.679Z","updated_at":"2024-11-13T07:12:03.478Z","avatar_url":"https://github.com/steedos.png","language":"CSS","funding_links":[],"categories":["Demo","微信小程序WePY框架开发资源汇总 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)"],"sub_categories":["WePY开源项目","数据接口有问题"],"readme":"# 华炎微站、微商城小程序\n\n华炎微站是华炎公司最新发布的的自助式微站解决方案，帮助用户0成本搭建移动互联网时代的移动信息门户和电子商务平台。\n\n华炎微站的小程序端和服务端的源码都是完全公开的。并已经服务于多个大型项目。\n\n### 界面效果图\n![界面效果图](docs/images/ui1.jpg)\n\n### 微信扫码访问小程序\n![界面效果图](docs/images/qrcode.jpg)\n\n### 动态界面\n华炎微站的后台管理界面，均根据服务端配置的数据模型自动生成，当服务端的数据模型发生变更时，无需修改小程序端的代码。\n\n# 服务端\n\n华炎微站服务端基于Creator快速开发平台构建。可通过以下地址访问数据模型设计。\n\n### 商户\n- [商户](https://github.com/steedos/creator/blob/master/packages/steedos-creator/models/space.coffee)\n- [员工](https://github.com/steedos/creator/blob/master/packages/steedos-creator/models/space_user.coffee)\n- [门店](https://github.com/steedos/creator/tree/master/packages/steedos-vip-card/models)\n- [门店WIFI](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_wifi.coffee)\n\n### 微站\n- [文章](https://github.com/steedos/creator/blob/master/packages/steedos-post/models/post.coffee)\n- [栏目](https://github.com/steedos/creator/blob/master/packages/steedos-post/models/post_category.coffee)\n- [评论](https://github.com/steedos/creator/blob/master/packages/steedos-post/models/post_comments.coffee)\n- [主菜单](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_menu.coffee)\n\n### 微商城\n- [商品](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_product.coffee)\n- [分类](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_product_category.coffee)\n- [订单](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_order.coffee)\n- [会员卡](https://github.com/steedos/creator/blob/master/packages/steedos-vip-card/models/vip_card.coffee)\n\n### API 接口\n对于以上定义的数据模型，Creator自动生成基于国际标准[ODATA](http://www.odata.org/)协议的API接口。华炎微站小程序基于ODATA接口查询Creator中的业务数据并执行增删改操作。\n- [身份验证](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_auth.md): 访问ODATA接口必须提供用户身份信息，用户只能在权限范围内进行数据查询和修改\n- [获取数据字典](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_metadata.md)：通过接口获取业务数据的数据结构\n- [业务数据查询](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_query.md): 通过接口查询业务数据，可执行多字段组合查询\n- [业务数据新增](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_add.md)：通过接口新增一条业务数据记录\n- [业务数据编辑](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_edit.md)：通过接口编辑更新指定一条业务数据记录\n- [业务数据删除](https://github.com/steedos/help/blob/master/zh-cn/creator/odata_delete.md)：通过接口删除指定的一条业务数据记录\n\n\n### 关于Steedos低代码开发平台\n\n使用Steedos“低代码”开发平台，开发人员通过少量代码就可以构建企业级应用程序，一方面可以降低企业应用开发人力成本，另一方面可以将原有数月甚至数年的开发时间成倍缩短，从而帮助企业实现降本增效的价值。\n\n![界面效果图](https://www.steedos.com/cn/help/creator/images/mac_ipad_iphone_home.png)\n\n当业务需求扩张时，Steedos “低代码”平台创建的应用程序，可以轻松地进行定制和强化。例如，如果用户有了新的需求，那么开发人员可以在几个小时内完成应用程序的修改，以满足这些需求。\n\n我们的数据统计显示，Steedos可以节约软件开发成本80%，周期更可以缩短到1周以内。\n\n[了解更多](http://developer.steedos.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteedos%2Fmini-vip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteedos%2Fmini-vip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteedos%2Fmini-vip/lists"}