mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-01 17:56:39 +08:00
新增二维码支付接口
This commit is contained in:
parent
7ed38ff6fc
commit
3e31386efa
@ -225,10 +225,22 @@
|
|||||||
<version>${concurrentlinkedhashmap.version}</version>
|
<version>${concurrentlinkedhashmap.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- <dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
<version>1.5.6</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<version>${okhttp.version}</version>
|
<version>1.2.3</version>
|
||||||
|
</dependency>-->
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
<artifactId>logback-classic</artifactId>
|
||||||
|
<version>1.2.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -97,7 +97,6 @@ public class OrderController {
|
|||||||
String afterDecodeResult = AESUtil.decryptLinux(jsonObject.getString("data"), AESUtil.KEY);
|
String afterDecodeResult = AESUtil.decryptLinux(jsonObject.getString("data"), AESUtil.KEY);
|
||||||
com.alibaba.fastjson.JSONArray jsonArray = JSONObject.parseArray(afterDecodeResult);
|
com.alibaba.fastjson.JSONArray jsonArray = JSONObject.parseArray(afterDecodeResult);
|
||||||
JSONObject jsonObjectResult = (JSONObject)jsonArray.get(0);
|
JSONObject jsonObjectResult = (JSONObject)jsonArray.get(0);
|
||||||
//JSONObject orderJson = JSONObject.parseObject(afterDecodeResult);
|
|
||||||
|
|
||||||
WxPayEntity wxPayEntity = new WxPayEntity();
|
WxPayEntity wxPayEntity = new WxPayEntity();
|
||||||
wxPayEntity.setProduct_id(order.getProductCode());
|
wxPayEntity.setProduct_id(order.getProductCode());
|
||||||
|
Loading…
Reference in New Issue
Block a user