|
@@ -415,7 +415,7 @@ public class YqPayController extends BaseController {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@PostMapping("/platformtransferacc")
|
|
|
- public String platformTransferAcc(String payeeNo, String payeeName,String amount,String remarks) throws Exception {
|
|
|
+ public String platformTransferAcc(String payeeNo, String payeeName, String amount, String remarks) throws Exception {
|
|
|
String notifyUrl = ""; //回调地址
|
|
|
String orderNo = GenerateNum.getInstance().GenerateOrderNo(); //自己系统订单号
|
|
|
Map<String, Object> resultMap = new LinkedHashMap<>();
|