提交 2c23f9ce 作者: xiaowang

Merge branch 'develop' of ssh://git.mmcuav.cn:8222/iuav/cms into develop

...@@ -48,7 +48,7 @@ public class PayWalletController extends BaseController { ...@@ -48,7 +48,7 @@ public class PayWalletController extends BaseController {
public ResultBody feignTopUpCash(@RequestBody TopUpOrderVO topUpOrderVO) { public ResultBody feignTopUpCash(@RequestBody TopUpOrderVO topUpOrderVO) {
return payWalletService.feignTopUpCash(topUpOrderVO); return payWalletService.feignTopUpCash(topUpOrderVO);
} }
@ApiOperation(value = "feign-钱包流水记录") @ApiOperation(value = "feign-钱包流水记录")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
@PostMapping("feignWalletFlow") @PostMapping("feignWalletFlow")
...@@ -56,6 +56,13 @@ public class PayWalletController extends BaseController { ...@@ -56,6 +56,13 @@ public class PayWalletController extends BaseController {
return payWalletService.feignWalletFlow(walletFlowVO); return payWalletService.feignWalletFlow(walletFlowVO);
} }
@ApiOperation(value = "feign-钱包流水记录不带token")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
@PostMapping("feignWalletFlowNO")
public ResultBody feignWalletFlowNO(@RequestBody WalletFlowVO walletFlowVO) {
return payWalletService.feignWalletFlow(walletFlowVO);
}
@ApiOperation(value = "用户账单明细") @ApiOperation(value = "用户账单明细")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = UserBillingDetailVO.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = UserBillingDetailVO.class)})
@PostMapping("customerBillingDetail") @PostMapping("customerBillingDetail")
......
...@@ -229,7 +229,7 @@ public class XzServiceImpl implements XzService { ...@@ -229,7 +229,7 @@ public class XzServiceImpl implements XzService {
@Override @Override
public SingleSubmitResp singleSubmit(XzWithdrawalVO xzWithdrawalVO) { public SingleSubmitResp singleSubmit(XzWithdrawalVO xzWithdrawalVO) {
log.info("xzWithdrawalVO param:{}", com.alibaba.fastjson2.JSONObject.toJSONString(xzWithdrawalVO)); log.info("singleSubmit param: {}", com.alibaba.fastjson2.JSONObject.toJSONString(xzWithdrawalVO));
PiggySingleWithdrawalApiV2Client v2Client = PiggySingleWithdrawalApiV2Client.getInstanse(userSystemConstant.getXzAppSecret(), userSystemConstant.getXzDomain()); PiggySingleWithdrawalApiV2Client v2Client = PiggySingleWithdrawalApiV2Client.getInstanse(userSystemConstant.getXzAppSecret(), userSystemConstant.getXzDomain());
JSONObject jsonObject = v2Client.singleSubmit(PiggySingleWithdrawV2Vo.builder() JSONObject jsonObject = v2Client.singleSubmit(PiggySingleWithdrawV2Vo.builder()
.appKey(userSystemConstant.getXzAppKey()) .appKey(userSystemConstant.getXzAppKey())
...@@ -245,12 +245,12 @@ public class XzServiceImpl implements XzService { ...@@ -245,12 +245,12 @@ public class XzServiceImpl implements XzService {
.licenseId(xzWithdrawalVO.getLicenseId()) .licenseId(xzWithdrawalVO.getLicenseId())
.settleType(xzWithdrawalVO.getSettleType()) .settleType(xzWithdrawalVO.getSettleType())
.payAccount(xzWithdrawalVO.getPayAccount()) .payAccount(xzWithdrawalVO.getPayAccount())
.positionName(xzWithdrawalVO.getPositionName()) .positionName(userSystemConstant.getXzPosition())
.payAmount(xzWithdrawalVO.getPayAmount()) .payAmount(xzWithdrawalVO.getPayAmount())
.bankRemo(xzWithdrawalVO.getBankRemo()) .bankRemo(xzWithdrawalVO.getBankRemo())
.build())) .build()))
.build()); .build());
log.info("singleSubmit res:{}", com.alibaba.fastjson2.JSONObject.toJSONString(jsonObject)); log.info("singleSubmit res: {}", com.alibaba.fastjson2.JSONObject.toJSONString(jsonObject));
SingleSubmitResp singleSubmitResp = com.alibaba.fastjson2.JSONObject.parseObject(jsonObject.toString(), SingleSubmitResp.class); SingleSubmitResp singleSubmitResp = com.alibaba.fastjson2.JSONObject.parseObject(jsonObject.toString(), SingleSubmitResp.class);
return singleSubmitResp; return singleSubmitResp;
} }
......
...@@ -78,7 +78,7 @@ third-party: ...@@ -78,7 +78,7 @@ third-party:
# taxFundId: xxxxxxxxxxxxxxxxxxxxxxx # taxFundId: xxxxxxxxxxxxxxxxxxxxxxx
appKey: 37f76305f1864339adc8d6d03fbf918d appKey: 37f76305f1864339adc8d6d03fbf918d
appSecret: hangzhouyunxiangfeikeji000000000 appSecret: hangzhouyunxiangfeikeji000000000
aes: 0000000000000000 aes: '0000000000000000'
domain: https://saas.xzsz.ltd domain: https://saas.xzsz.ltd
position: 市场推广 position: 市场推广
taxFundId: 0b0376083af4435885bd5d5cd3d63053 taxFundId: 0b0376083af4435885bd5d5cd3d63053
......
...@@ -41,10 +41,10 @@ third-party: ...@@ -41,10 +41,10 @@ third-party:
xzsz: xzsz:
appKey: 1e8e59e056be41f8a05c090964d7ce37 appKey: 1e8e59e056be41f8a05c090964d7ce37
appSecret: ceshihuanjingyanshizhanghao00000 appSecret: ceshihuanjingyanshizhanghao00000
aes: 0000000000000000 aes: '0000000000000000'
domain: https://uat.xzsz.ltd/ domain: https://uat.xzsz.ltd/
position: 销售推广 position: 销售推广
taxFundId: xxxxxxxxxxxxxxxxxxxxxxx taxFundId: 8ae605f565884a1f9a5e91d5a661ce58
authNotify: https://test.iuav.shop/userapp/xz/xzAuthNotify authNotify: https://test.iuav.shop/userapp/xz/xzAuthNotify
withdrawNotify: https://test.iuav.shop/userapp/xz/xzWithdrawNotify withdrawNotify: https://test.iuav.shop/userapp/xz/xzWithdrawNotify
...@@ -59,4 +59,4 @@ iuav: ...@@ -59,4 +59,4 @@ iuav:
pay: pay:
uri: http://127.0.0.1:8088 uri: http://127.0.0.1:8088
pms: pms:
uri: http://127.0.0.1:8099 uri: http://127.0.0.1:8099
\ No newline at end of file
...@@ -70,7 +70,7 @@ third-party: ...@@ -70,7 +70,7 @@ third-party:
xzsz: xzsz:
appKey: 37f76305f1864339adc8d6d03fbf918d appKey: 37f76305f1864339adc8d6d03fbf918d
appSecret: hangzhouyunxiangfeikeji000000000 appSecret: hangzhouyunxiangfeikeji000000000
aes: 0000000000000000 aes: '0000000000000000'
domain: https://saas.xzsz.ltd domain: https://saas.xzsz.ltd
position: 市场推广 position: 市场推广
taxFundId: 0b0376083af4435885bd5d5cd3d63053 taxFundId: 0b0376083af4435885bd5d5cd3d63053
......
...@@ -32,4 +32,5 @@ data-filter: ...@@ -32,4 +32,5 @@ data-filter:
- /userapp/xz/xzAuthNotify - /userapp/xz/xzAuthNotify
- /userapp/xz/xzWithdrawNotify - /userapp/xz/xzWithdrawNotify
- /userapp/pay/feignTopUpCash - /userapp/pay/feignTopUpCash
- /userapp/pay/feignWalletFlowNO
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newTag: 7a280c1a943689f279e6a225ad6fb4832d71277b newTag: 07def1b16f3ee9892034287a4cc13952a682be4e
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论