Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_ht
Commits
2ff0d567
Commit
2ff0d567
authored
Oct 25, 2023
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix;
parent
f69c46fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
CallbackVo.java
...stem/src/main/java/share/system/domain/vo/CallbackVo.java
+1
-10
CallbackServiceImpl.java
...n/java/share/system/service/impl/CallbackServiceImpl.java
+1
-1
No files found.
share-system/src/main/java/share/system/domain/vo/CallbackVo.java
View file @
2ff0d567
package
com
.
zbkj
.
commo
n
.
vo
;
package
share
.
system
.
domai
n
.
vo
;
import
com.fasterxml.jackson.annotation.JsonProperty
;
import
io.swagger.annotations.ApiModel
;
...
...
@@ -9,15 +9,6 @@ import lombok.experimental.Accessors;
/**
* 微信回调对象
* +----------------------------------------------------------------------
* | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
* +----------------------------------------------------------------------
* | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved.
* +----------------------------------------------------------------------
* | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
* +----------------------------------------------------------------------
* | Author: CRMEB Team <admin@crmeb.com>
* +----------------------------------------------------------------------
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
...
...
share-system/src/main/java/share/system/service/impl/CallbackServiceImpl.java
View file @
2ff0d567
...
...
@@ -5,7 +5,6 @@ import cn.hutool.core.util.StrUtil;
import
cn.hutool.crypto.SecureUtil
;
import
com.alibaba.fastjson.JSONObject
;
import
com.baomidou.dynamic.datasource.annotation.DSTransactional
;
import
com.zbkj.common.vo.CallbackVo
;
import
org.bouncycastle.jce.provider.BouncyCastleProvider
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
...
...
@@ -23,6 +22,7 @@ import share.system.domain.SConsumer;
import
share.system.domain.SOrder
;
import
share.system.domain.WechatPayInfo
;
import
share.system.domain.vo.AttachVo
;
import
share.system.domain.vo.CallbackVo
;
import
share.system.domain.vo.MyRecord
;
import
share.system.service.ISOrderService
;
import
share.system.service.ISysConfigService
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment