接入支付宝 联调修改
This commit is contained in:
@@ -3,7 +3,7 @@ package com.ai.da.service;
|
||||
import java.util.Map;
|
||||
|
||||
public interface AliPayService {
|
||||
String tradeCreate(Long productId);
|
||||
String tradeCreate(Long productId,String returnUrl);
|
||||
|
||||
void processOrder(Map<String, String> params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user