Skip to content

Commit

Permalink
🎨 统计编码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Javen205 committed Sep 24, 2022
1 parent 3e0f616 commit af2d603
Show file tree
Hide file tree
Showing 276 changed files with 26,120 additions and 25,910 deletions.
7 changes: 3 additions & 4 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md
Expand Up @@ -4,6 +4,7 @@ about: 提交 BUG 时使用此模板
---

### 版本信息

- IJPay 版本:
- 开发环境:
- 支付方式:
Expand All @@ -21,11 +22,9 @@ about: 提交 BUG 时使用此模板

此项没有详细描述将直接关闭不给予解决


### 预期效果描述

### 预期效果描述

### 交流群

- IJPay 让支付触手可及交流群:723992875
- IJPay 让支付触手可及交流群:723992875、864988890
- TNWX 微信公众号开发脚手架交流群:114196246
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
@@ -1,2 +1,2 @@
#github: [lets-mica,Pigxcloud,chillzhuang,li-xunhuan]
custom: ['https://javen205.github.io/IJPay/guide/donate/','https://github.com/Javen205/donate']
custom: [ 'https://javen205.github.io/IJPay/guide/donate/','https://github.com/Javen205/donate' ]
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/DEMAND_ISSUE_TEMPLATE.zh-CN.md
Expand Up @@ -11,8 +11,7 @@ about: 提交需求时使用此模板
- 是否支持沙箱环境
- 最好能提供测试账号(可以私信)


### 交流群

- IJPay 让支付触手可及交流群:723992875
- IJPay 让支付触手可及交流群:723992875、864988890
- TNWX 微信系开发脚手架交流群:114196246
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.zh-CN.md
Expand Up @@ -4,6 +4,7 @@ about: 提交 BUG 时使用此模板
---

### 版本信息

- IJPay 版本:
- 开发环境:
- 支付方式:
Expand All @@ -21,11 +22,9 @@ about: 提交 BUG 时使用此模板

此项没有详细描述将直接关闭不给予解决


### 预期效果描述

### 预期效果描述

### 交流群

- IJPay 让支付触手可及交流群:723992875
- IJPay 让支付触手可及交流群:723992875、864988890
- TNWX 微信系开发脚手架交流群:114196246
86 changes: 43 additions & 43 deletions IJPay-AliPay/pom.xml
@@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IJPay</artifactId>
<groupId>com.github.javen205</groupId>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IJPay</artifactId>
<groupId>com.github.javen205</groupId>
<version>2.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

<artifactId>IJPay-AliPay</artifactId>
<name>${project.artifactId}</name>
<description>IJPay 让支付触手可及(Easy Pay Library)-支付宝支付</description>
<url>https://github.com/javen205/IJPay</url>
<artifactId>IJPay-AliPay</artifactId>
<name>${project.artifactId}</name>
<description>IJPay 让支付触手可及(Easy Pay Library)-支付宝支付</description>
<url>https://github.com/javen205/IJPay</url>

<properties>
<alipay.version>4.33.44.ALL</alipay.version>
<fastjson.version>2.0.14.graal</fastjson.version>
</properties>

<dependencies>
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>${alipay.version}</version>
<exclusions>
<exclusion>
<artifactId>fastjson</artifactId>
<groupId>com.alibaba</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
</dependencies>
<properties>
<alipay.version>4.33.44.ALL</alipay.version>
<fastjson.version>2.0.14.graal</fastjson.version>
</properties>

</project>
<dependencies>
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>${alipay.version}</version>
<exclusions>
<exclusion>
<artifactId>fastjson</artifactId>
<groupId>com.alibaba</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
</dependencies>

</project>

0 comments on commit af2d603

Please sign in to comment.