From 12b75ea8869fa6e65b1bd53d4460328e73a66125 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 22 三月 2023 22:35:20 +0800 Subject: [PATCH] 新增加司机端接口 --- management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUserException.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUserException.js b/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUserException.js index f607262..b5c7014 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUserException.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tAppUser/tAppUserException.js @@ -249,6 +249,7 @@ }); ajax.setData({ userIds:$("#userIds").val(), + couponId:TCoupon.seItem.id, couponName:TCoupon.seItem.couponName }) ajax.start(); -- Gitblit v1.7.1