| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingReceiverRequest; |
| | | import com.github.binarywang.wxpay.bean.ecommerce.ProfitSharingReceiverResult; |
| | | import com.github.binarywang.wxpay.exception.WxPayException; |
| | | import com.ruoyi.shop.domain.dto.*; |
| | | import com.ruoyi.shop.domain.vo.*; |
| | | import com.ruoyi.system.api.domain.dto.MerBaseDto; |
| | |
| | | * @param mgtShopAuthDto |
| | | * @return void |
| | | */ |
| | | void mgtShopAuth(MgtShopAuthDto mgtShopAuthDto) throws WxPayException; |
| | | void mgtShopAuth(MgtShopAuthDto mgtShopAuthDto); |
| | | |
| | | /** |
| | | * @description 获取平台商户统计 |
| | |
| | | * @return StaffShopDetailVo |
| | | */ |
| | | StaffShopDetailVo getShopDetail(Long shopId); |
| | | |
| | | /** |
| | | * @description |
| | | * @author jqs |
| | | * @date 2023/8/23 9:44 |
| | | * @param |
| | | * @return void |
| | | */ |
| | | ProfitSharingReceiverResult addProfitSharingReceiver(ProfitSharingReceiverRequest request); |
| | | |
| | | |
| | | /** |
| | | * @description |
| | |
| | | * @return List<MgtUserTaskMsgVo> |
| | | */ |
| | | List<MgtUserTaskMsgVo> getTaskMsgList(); |
| | | |
| | | /** |
| | | * @description 添加分账方 |
| | | * @author jqs |
| | | * @date 2023/9/4 18:14 |
| | | * @param mgtShopAuthGetDto |
| | | * @return void |
| | | */ |
| | | void addProfitSharingReceiver(MgtShopAuthGetDto mgtShopAuthGetDto); |
| | | } |