|
|
@@ -108,6 +108,14 @@ public class OrderPayController {
|
|
|
return sandPayService.payOrderQuick(id);
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation("衫德h5快捷")
|
|
|
+ @RequestMapping(value = "/agreementPay", method = RequestMethod.GET, produces = "text/html")
|
|
|
+ @ResponseBody
|
|
|
+ public String agreementPay(@RequestParam Long id) {
|
|
|
+// return (String) orderService.payAdapay(id, "alipay_wap", null);
|
|
|
+ return sandPayService.payOrderQuick(id);
|
|
|
+ }
|
|
|
+
|
|
|
@RequestMapping(value = "/gift/alipay_h5", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public String payGiftOrderAlipayH5(Long id, Model model) throws BaseAdaPayException {
|