@@ -65,7 +65,7 @@ public class QueryFeeListener extends AbstractServiceApiDataFlowListener {
@Override
public String getServiceCode() {
- return ServiceCodeConstant.SERVICE_CODE_QUERY_FEE_CONFIG;
+ return ServiceCodeConstant.SERVICE_CODE_QUERY_FEE;
}
@@ -428,6 +428,9 @@ public class ServiceCodeConstant {
//查询费用配置
public static final String SERVICE_CODE_QUERY_FEE_CONFIG = "fee.queryFeeConfig";
+ //查询费用配置
+ public static final String SERVICE_CODE_QUERY_FEE = "fee.queryFee";
+
//保存费用配置
public static final String SERVICE_CODE_SAVE_FEE_CONFIG = "fee.saveFeeConfig";