提交 5a315a9e 作者: zhenjie

add token no check.

上级 f244d438
...@@ -79,7 +79,7 @@ public class PayWalletController extends BaseController { ...@@ -79,7 +79,7 @@ public class PayWalletController extends BaseController {
return payWalletService.billingDetails(id, detailType); return payWalletService.billingDetails(id, detailType);
} }
@ApiOperation(value = "商城订单钱包流水加扣记录") @ApiOperation(value = "商城订单钱包流水加扣记录", hidden = true)
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)}) @ApiResponses({@ApiResponse(code = 200, message = "OK", response = ResultBody.class)})
@PostMapping("feignPayUavWallet") @PostMapping("feignPayUavWallet")
public ResultBody payUavWallet(@RequestBody PayUavWalletVO payUavWalletVO) { public ResultBody payUavWallet(@RequestBody PayUavWalletVO payUavWalletVO) {
......
...@@ -23,6 +23,7 @@ data-filter: ...@@ -23,6 +23,7 @@ data-filter:
- /userapp/company/getCompanyInfoById - /userapp/company/getCompanyInfoById
- /userapp/company/listCompanyInfoByIds - /userapp/company/listCompanyInfoByIds
- /userapp/company/listCompanyInfoByBUIds - /userapp/company/listCompanyInfoByBUIds
- /userapp/company/getManagerIdByBackUserId
- /userapp/cooperation/service/bitmap - /userapp/cooperation/service/bitmap
- /userapp/cooperation/listCompanyInfoByCoopId - /userapp/cooperation/listCompanyInfoByCoopId
- /userapp/cooperation/appBrandList - /userapp/cooperation/appBrandList
...@@ -33,5 +34,6 @@ data-filter: ...@@ -33,5 +34,6 @@ data-filter:
- /userapp/xz/xzWithdrawNotify - /userapp/xz/xzWithdrawNotify
- /userapp/pay/feignTopUpCash - /userapp/pay/feignTopUpCash
- /userapp/pay/feignWalletFlowNO - /userapp/pay/feignWalletFlowNO
- /userapp/pay/feignPayUavWallet
- /userapp/fdd/contract/notifyStamp - /userapp/fdd/contract/notifyStamp
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论