提交 5a315a9e 作者: zhenjie

add token no check.

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