Skip to the content.

luna-fans-api

luna-fans-api-fans 基于各个开放平台的api整合优化,大部分采用原生http调用。

Maven Central GitHub license Build Status


Logo

Api开放平台工具

探索本项目的文档 »
查看Demo · 报告Bug · 提出新特性

日志

使用步骤
<dependency>
    <groupId>io.github.lunasaw</groupId>
    <artifactId>luna-fans-api-fans</artifactId>
    <version>${last.version}</version>
</dependency>

在配置文件application.properties加入可选配置,具体使用见各个模块

items items-src items Guide
ali ali ali-spring-boot-starter
api api api-spring-boot-starter
api-pay ali-pay ali-pay-spring-boot-starter
badiu baidu baidu-spring-boot-starter
tencent tencent tencent-spring-boot-starter
tencent-wechat tencent-pay tencent-pay-spring-boot-starter
test test Test-model

使用示例

采用SpringBoot构建项目可通过将第三方包中的,通过Spring配置文件注入Spring管理,根据配置数据初始化项目, 使用配置文件的token调用api里的静态方法完成调用.