|
|
|
@@ -51,7 +51,7 @@ public class AliPayController extends BaseController { |
|
|
|
public void signature(HttpServletResponse response, HttpServletRequest request) throws IOException { |
|
|
|
String source = request.getParameter("source"); |
|
|
|
String scope = request.getParameter("scope"); |
|
|
|
String outString = request.getParameter("outString"); |
|
|
|
String outString = request.getParameter("out_string"); |
|
|
|
if (null == outString) { |
|
|
|
outString = ""; |
|
|
|
} |
|
|
|
|