mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-13 06:20:07 +08:00
update
This commit is contained in:
@@ -100,7 +100,7 @@ public class TempController extends BaseController {
|
||||
* @return
|
||||
*/
|
||||
public RestApiResponse<?> tempRefundAmount(@RequestBody ApplyRefundDTO dto) {
|
||||
RestApiResponse<?> response = null
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
String mode = pileMerchantInfoService.getDelayModeByWechatAppId(dto.getWechatAppId());
|
||||
// 获取处理逻辑
|
||||
|
||||
Reference in New Issue
Block a user