SongZihuan 3 місяців тому
батько
коміт
8fe7a8659c
7 змінених файлів з 68 додано та 0 видалено
  1. 12 0
      .gitmodules
  2. 8 0
      LICENSE
  3. 44 0
      README.md
  4. 1 0
      community-backend
  5. 1 0
      community-site
  6. 1 0
      user-backend
  7. 1 0
      user-console

+ 12 - 0
.gitmodules

@@ -0,0 +1,12 @@
+[submodule "user-console"]
+	path = user-console
+	url = https://github.com/SongZihuan/chuangxinyi-console.git
+[submodule "user-backend"]
+	path = user-backend
+	url = https://github.com/SongZihuan/chuangxinyi-backend.git
+[submodule "community-site"]
+	path = community-site
+	url = https://github.com/SongZihuan/chuangxinyi-communicate-front.git
+[submodule "community-backend"]
+	path = community-backend
+	url = https://github.com/SongZihuan/chuangxinyi-communicate-backend.git

+ 8 - 0
LICENSE

@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright © 2024 宋子桓(Song Zihuan)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 44 - 0
README.md

@@ -0,0 +1,44 @@
+# 创信易-用户认证中心
+
+## 什么是创信易
+
+### 用户认证
+创信易是一个用户认证第三方平台,支持:手机号认证、邮箱认证、身份证认证、企业营业执照认证。
+
+其他平台通过与创信易的对接实现身份认证。
+
+例如:Vxwk平台就采用了创信易平台进行登录和注册的设身份认证。在用户使用平台时,会跳转到创信易进行登录或注册,创信易会为其分配一个OpenID等信息,通过回调的方式返回给Vxwk平台。
+
+### 收款退款
+创信易支持收款和付款(微信支付和支付宝支付),也支持人工收费录入。并支持退款。
+
+其他平台可以接入创信易,在交易时委托创信易进支付。
+
+例如:Vxwk里面创建了订单,就可以通过跳转到创信易进行支付,用户可选择微信支付、支付宝支付或者预付款。
+
+### 接入的网站
+接入的网站可以看到自己接入的信息,以及用户支付所获得的收益。
+
+## 什么是创信易社区
+创信易社区是一个用户交流社区,和创信易身份认证系统是两个独立的系统。其基于开源项目:
+
+## 创信易技术
+### 后端
+后端使用Golang+Gin+Gorm组合,数据库使用Mysql8.0+,缓存数据库使用Redis。
+
+建议使用容器化运行,例如Docker和K8s。
+
+同时支持启动多个服务,他们会相互通信确保数据正常,同时可以实现冗余容灾。
+
+### 前端
+前端使用Vite4 + Vue3 + Pinia + Vue Router。是标准的前端架构。、
+
+## 创信易社区技术
+基于[Zendae](https://github.com/zendea/zendea)进行二次开发的项目。采用Go+Vue3的模式。更多细节请查看[该项目](https://github.com/zendea/zendea/tree/68c71115cc3a622094fc1684aba39730267cf7ee)以及本项目的源码。
+
+本项目是基于`zendae`的`68c71115cc3a622094fc1684aba39730267cf7ee`提交上进行的。出于某种原因,我并未沿用原始的git仓库来托管代码。
+
+若原`zendae`仓库无法访问,可以访问我的备份仓库:[备份仓库](https://github.com/SongZihuan/zendea/tree/68c71115cc3a622094fc1684aba39730267cf7ee)
+
+## 协议
+本项目采用[MIT](./LICENSE)协议发布。

+ 1 - 0
community-backend

@@ -0,0 +1 @@
+Subproject commit 1fffc49c662cbc9f0d3643c636c2d99939e3e576

+ 1 - 0
community-site

@@ -0,0 +1 @@
+Subproject commit f0770a0a5fbf0fc61882e6d3069c74c8922643cc

+ 1 - 0
user-backend

@@ -0,0 +1 @@
+Subproject commit 366dcdbc746996100603f0a30527eabbf6316016

+ 1 - 0
user-console

@@ -0,0 +1 @@
+Subproject commit 8668e35b76adeac98a563ca60852239acde77732