|
|
|
@ -54,10 +54,14 @@ public class OutRechargePriceController { |
|
|
|
|
@ApiOperation(value = "查询充值金额列表") |
|
|
|
|
public ResponseData getRechargePriceByList( |
|
|
|
|
@RequestParam(name = "platformId", required = true) Integer platformId, |
|
|
|
|
@RequestParam(name = "companyId", required = true) Long companyId |
|
|
|
|
@RequestParam(name = "companyId", required = false) Long companyId |
|
|
|
|
) { |
|
|
|
|
try { |
|
|
|
|
|
|
|
|
|
if (companyId == null) { |
|
|
|
|
companyId = 23L; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Map<String, Object> map; |
|
|
|
|
|
|
|
|
|
List<SecDictionary> secDictionaryList = commonService.mappingSysNameOl("OPERATOR_TYPE"); |
|
|
|
|