Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cms-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
cms-ci-test
Commits
5fa4a4d1
提交
5fa4a4d1
authored
8月 23, 2023
作者:
zhenjie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
小猪算账-配置修改
上级
0dc50aaf
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
9 行增加
和
20 行删除
+9
-20
pom.xml
csm-service/cms-service-user/pom.xml
+0
-13
XzServiceImpl.java
...va/com/mmc/iuav/user/service/xzsz/impl/XzServiceImpl.java
+3
-3
application-dev.yml
...e/cms-service-user/src/main/resources/application-dev.yml
+2
-2
application-local.yml
...cms-service-user/src/main/resources/application-local.yml
+2
-2
not-check.yml
...service/cms-service-user/src/main/resources/not-check.yml
+2
-0
没有找到文件。
csm-service/cms-service-user/pom.xml
浏览文件 @
5fa4a4d1
...
...
@@ -110,19 +110,6 @@
<includeSystemScope>
true
</includeSystemScope>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <source>1.8</source>-->
<!-- <target>1.8</target>-->
<!-- <encoding>UTF-8</encoding>-->
<!-- <compilerArguments>-->
<!-- <extdirs>${project.basedir}/src/main/resources/lib</extdirs>-->
<!-- </compilerArguments>-->
<!-- </configuration>-->
<!-- </plugin>-->
</plugins>
</build>
...
...
csm-service/cms-service-user/src/main/java/com/mmc/iuav/user/service/xzsz/impl/XzServiceImpl.java
浏览文件 @
5fa4a4d1
...
...
@@ -118,7 +118,7 @@ public class XzServiceImpl implements XzService {
@Transactional
@Override
public
String
xzAuthNotify
(
JSONObject
notify
)
{
log
.
info
(
"获取到的推送结果:{}"
,
notify
.
toString
());
log
.
info
(
"
xzAuthNotify
获取到的推送结果:{}"
,
notify
.
toString
());
// 认证成功,修改认证状态
if
(
notify
.
get
(
"code"
).
toString
().
equals
(
"0"
))
{
XzAuthDO
authDO
=
notify
.
get
(
"data"
,
XzAuthDO
.
class
);
...
...
@@ -248,8 +248,8 @@ public class XzServiceImpl implements XzService {
@Override
public
String
xzWithdrawNotify
(
JSONObject
notify
)
{
log
.
info
(
"获取到的推送结果:{}"
,
notify
.
toString
());
log
.
info
(
"
xzWithdrawNotify
获取到的推送结果:{}"
,
notify
.
toString
());
// TODO 会受到两次回调
return
"success"
;
}
...
...
csm-service/cms-service-user/src/main/resources/application-dev.yml
浏览文件 @
5fa4a4d1
...
...
@@ -76,8 +76,8 @@ third-party:
domain
:
https://uat.xzsz.ltd/
position
:
销售推广
taxFundId
:
xxxxxxxxxxxxxxxxxxxxxxx
authNotify
:
https://test.iuav.shop/xz/xzAuthNotify
withdrawNotify
:
http://test.iuav.shop/xz/xzWithdrawNotify
authNotify
:
https://test.iuav.shop/
userapp/
xz/xzAuthNotify
withdrawNotify
:
http://test.iuav.shop/
userapp/
xz/xzWithdrawNotify
iuav
:
pay
:
...
...
csm-service/cms-service-user/src/main/resources/application-local.yml
浏览文件 @
5fa4a4d1
...
...
@@ -45,8 +45,8 @@ third-party:
domain
:
https://uat.xzsz.ltd/
position
:
销售推广
taxFundId
:
xxxxxxxxxxxxxxxxxxxxxxx
authNotify
:
https://test.iuav.shop/xz/xzAuthNotify
withdrawNotify
:
http://test.iuav.shop/xz/xzWithdrawNotify
authNotify
:
https://test.iuav.shop/
userapp/
xz/xzAuthNotify
withdrawNotify
:
http://test.iuav.shop/
userapp/
xz/xzWithdrawNotify
iuav
:
...
...
csm-service/cms-service-user/src/main/resources/not-check.yml
浏览文件 @
5fa4a4d1
...
...
@@ -29,4 +29,6 @@ data-filter:
-
/userapp/cooperation/appBrandMessage
-
/userapp/pilot/detailPilot
-
/userapp/pilot/appListPilot
-
/userapp/xz/xzAuthNotify
-
/userapp/xz/xzWithdrawNotify
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论