新增 小程序查询站点计费模板列表接口

This commit is contained in:
Lemon
2023-08-10 18:48:50 +08:00
parent cd8d934d8f
commit 0e0b199fea
3 changed files with 33 additions and 6 deletions

View File

@@ -264,8 +264,8 @@ public class TempController extends BaseController {
* @param dto
* @return
*/
@PostMapping("/batchRefund")
public RestApiResponse<?> batchRefund(@RequestBody ApplyRefundDTO dto) {
@PostMapping("/batchWechatRefund")
public RestApiResponse<?> batchWechatRefund(@RequestBody ApplyRefundDTO dto) {
logger.info("批量退款接口 params:{}", JSONObject.toJSONString(dto));
RestApiResponse<?> response = null;
List<String> memberIdList = dto.getMemberIdList();