添加汇付支付
This commit is contained in:
@@ -23,6 +23,9 @@ public class MercAppletController {
|
||||
@Resource
|
||||
private AppletStoreUserService appletStoreUserService;
|
||||
|
||||
|
||||
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result<Object> menuList(Integer userId){
|
||||
List<AppletStoreVO> list = appletStoreService.getList(userId);
|
||||
|
||||
@@ -5,9 +5,9 @@ spring:
|
||||
# password: CZGmysqlroot@123
|
||||
# driver-class-name: com.mysql.jdbc.Driver
|
||||
datasource:
|
||||
url: jdbc:mysql://rm-bp19ib8x213kh9t450o.rwlb.rds.aliyuncs.com:3306/chaozhanggui?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: prodCZGmysqlroot@123
|
||||
url: jdbc:mysql://101.37.12.135:3306/ysk_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
||||
username: ysk_test
|
||||
password: mysqlroot@123
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
# datasource:
|
||||
# url: jdbc:mysql://101.37.12.135:3306/ysk_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
||||
@@ -16,7 +16,7 @@ spring:
|
||||
# driver-class-name: com.mysql.jdbc.Driver
|
||||
parameter:
|
||||
### 这个根据自己的情况配置
|
||||
domain: https://ky.sxczgkj.cn
|
||||
domain: https://admintestapi.sxczgkj.cn
|
||||
|
||||
swagger:
|
||||
### 生产环境不允许访问swagger
|
||||
@@ -24,3 +24,6 @@ swagger:
|
||||
|
||||
logging:
|
||||
config: classpath:log4j2-dev.xml
|
||||
hf:
|
||||
pay:
|
||||
callBack: https://admintestapi.sxczgkj.cn/wap/notify/hfCallBack
|
||||
|
||||
Reference in New Issue
Block a user