mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 小程序查询站点计费模板列表接口
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user