Commit f62d9cfc by chongli

修复小程序bug

parent 1f0cdde9
......@@ -180,7 +180,7 @@ public class VoucherMController {
@ResponseBody
@Security
@RequestMapping(value = "/voucher/getSharedVoucherForMiniApps/{token}", method = RequestMethod.POST)
public Object getShareVoucherLogForMiniApps(@PathVariable String token,@RequestBody VoucherGetLogBean voucherGetLogBean) {
public Object getSharedVoucherForMiniApps(@PathVariable String token,@RequestBody VoucherGetLogBean voucherGetLogBean) {
return voucherService.getSharedVoucherForMiniApps(voucherGetLogBean);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment