Commit 154ae955 by zhiwj

加上type返回

parent 321de6d8
......@@ -152,6 +152,7 @@ public class BillingRecordApiServiceImpl implements BillingRecordApiService {
Map<String, Object> feeMap = new HashMap<>(8);
feeMap.put("project", feeType.getMessage());
feeMap.put("type", feeType.getCode());
feeMap.put("mode", feeType.getCode() == FeeTypeEnum.ACCOUNT_BALANCE.getCode() || feeType.getCode() == FeeTypeEnum.SMS_PACKAGE.getCode() ? "实时扣费" : "按量日结");
Double totalFee;
switch (feeType.getCode()) {
......
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 to comment