|
@@ -73,13 +73,13 @@ public class AppController extends AppBaseController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-// @Login
|
|
|
|
|
|
|
+ @Login
|
|
|
@RepeatSubmit
|
|
@RepeatSubmit
|
|
|
@ApiOperation("储值支付")
|
|
@ApiOperation("储值支付")
|
|
|
@PostMapping("/czPayment")
|
|
@PostMapping("/czPayment")
|
|
|
public R czPayment(@Validated @RequestBody FsIntegralOrderDoPayParam param) {
|
|
public R czPayment(@Validated @RequestBody FsIntegralOrderDoPayParam param) {
|
|
|
-// param.setUserId(Long.parseLong(getUserId()));
|
|
|
|
|
- param.setUserId(735199L);
|
|
|
|
|
|
|
+ param.setUserId(Long.parseLong(getUserId()));
|
|
|
|
|
+// param.setUserId(735199L);
|
|
|
return fsStoreOrderScrmService.payment(param, PaymentMethodEnum.CZ_PAY);
|
|
return fsStoreOrderScrmService.payment(param, PaymentMethodEnum.CZ_PAY);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|