Swift Vapor钱包

在Vapor框架中轻松使用虚拟钱包:

1. 在Package.swift中添加Vapor和VaporWallet依赖项

2. 通过让模型符合HasWallet协议来设置模型

示例用户模型:

final class User: Model {
    static var schema = Schema(
        id: Field
zip 文件大小:16.85KB