Administrator
2 days ago 85d79601323db0ed9ab235e3648cc781719be58f
refactor(febs): 修改活动更新接口参数

- 将 groupId 修改为 categoryId
- 新增 memberId 参数
- 将 textRemark 修改为 content
1 files modified
5 ■■■■■ changed files
src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html 5 ●●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html
@@ -252,8 +252,9 @@
        form.on('submit(sc-discount-update-form-submit)', function (data) {
            data.field.groupId = scGroup.getValue('valueStr');
            data.field.textRemark = editor.txt.html();
            data.field.categoryId = scGroup.getValue('valueStr');
            data.field.memberId = scMember.getValue('valueStr');
            data.field.content = editor.txt.html();
            $.ajax({
                'url':ctx + 'admin/socialCircle/activityUpdate',
                'type':'post',