手动从买手转账给商家

## 手动从买手转账给商家 ### 请求方法:GET/POST 接口地址:{域名}/platform/fund/transactionBuyerToSeller 接口参数: |字段|类型|描述| |-|-|-| |buyerId(买手ID) |sellerId(商家ID) |amount(转账金额) ### 版本 |版本|作者|| |-|-|-| |v1.0|xxx|| ### 例子 `http://94.191.69.118/platform/fund/transactionBuyerToSeller buyerId=5&sellerId=2&amount=100 ` 返回: ```json { "msg": "success", "code": 200, "data": "" } ```