| | |
| | | package com.ruoyi.shop.controller.console; |
| | | |
| | | import com.github.binarywang.wxpay.bean.profitsharingV3.ProfitSharingReceiver; |
| | | import com.ruoyi.common.core.constant.CacheConstants; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.common.core.exception.ServiceException; |
| | |
| | | shopService.authShop(); |
| | | return R.ok(); |
| | | } |
| | | |
| | | @PostMapping("/addProfitSharingReceiver") |
| | | R authShop(@RequestBody ProfitSharingReceiver profitSharingReceiver){ |
| | | shopService.addProfitSharingReceiver(profitSharingReceiver); |
| | | return R.ok(); |
| | | } |
| | | } |