0
0

bug修改2

This commit is contained in:
2026-02-27 17:42:23 +08:00
parent dbb7076b50
commit 7a35baa8f0
5 changed files with 23 additions and 12 deletions

View File

@ -1,17 +1,16 @@
package com.fuyuanshen.app.controller;
import cn.dev33.satoken.annotation.SaIgnore;
import com.fuyuanshen.app.domain.bo.AppBusinessFileBo;
import com.fuyuanshen.app.domain.dto.AppAudioFileDto;
import com.fuyuanshen.app.domain.dto.AppFileDto;
import com.fuyuanshen.app.domain.dto.AppFileRenameDto;
import com.fuyuanshen.app.domain.dto.TextToSpeechRequest;
import com.fuyuanshen.app.domain.vo.AppFileVo;
import com.fuyuanshen.app.service.AudioProcessService;
import com.fuyuanshen.app.service.VideoProcessService;
import com.fuyuanshen.common.core.domain.R;
import com.fuyuanshen.common.idempotent.annotation.RepeatSubmit;
import com.fuyuanshen.common.web.core.BaseController;
import com.fuyuanshen.equipment.domain.vo.AppFileVo;
import lombok.RequiredArgsConstructor;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;

View File

@ -102,6 +102,18 @@ public class AppDeviceHBY100JController extends BaseController {
/**
* 爆闪频率
* 说明:
*
* 1、依据交易所惯例每手为一张标准合约。
*
* 2、客户期货账户实际手续费收取情况以中国期货市场监控中心投资者查询系统交易结算单为准。
*
* 3、我公司有权根据新的情况如新品种上市、交易所调整等通过我公司网站公告等方式确定或调整客户的交易手续费收取标准建议客户及时查询相关公告并以中国期货市场监控中心发布的交易结算单记载事项为准。
*
* 4、白色表示期货品种是双边收取平今仓收取手续费
* 黄色表示期货品种有单边优惠,平今仓免收手续费;
* 红色表示品种或部分合约手续费平今仓高收;
* 渐变色表示品种的相关合约,有部分合约有单边优惠,平今仓免收手续费,有部分合约是平今高收。
*/
@PostMapping("/strobeFrequency")
public R<Void> strobeFrequency(@RequestBody HBY100JStrobeFrequencyDto params) {