提交 5fa4a4d1 作者: zhenjie

小猪算账-配置修改

上级 0dc50aaf
......@@ -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>
......
......@@ -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";
}
......
......@@ -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:
......
......@@ -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:
......
......@@ -29,4 +29,6 @@ data-filter:
- /userapp/cooperation/appBrandMessage
- /userapp/pilot/detailPilot
- /userapp/pilot/appListPilot
- /userapp/xz/xzAuthNotify
- /userapp/xz/xzWithdrawNotify
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论