feat: alipay config and Initial

This commit is contained in:
zchengo
2022-12-16 20:29:45 +08:00
parent 08ca125507
commit 0de2d05d9d
5 changed files with 63 additions and 2 deletions
+1
View File
@@ -4,5 +4,6 @@ func Run() {
LoadConfig()
Mysql()
Redis()
Alipay()
Router()
}