4 changed files with 36 additions and 13 deletions
@ -1,12 +0,0 @@ |
|||
package com.base.springcloud.client; |
|||
|
|||
import com.base.springcloud.base.CommonResult; |
|||
import com.base.springcloud.dto.MerchantConfigReqDTO; |
|||
import org.springframework.web.bind.annotation.PostMapping; |
|||
import org.springframework.web.bind.annotation.RequestBody; |
|||
|
|||
public interface PaymentClient { |
|||
|
|||
/*@PostMapping(value = "/merchant/merchantConfig") |
|||
CommonResult paymentConfigure(@RequestBody MerchantConfigReqDTO merchantConfigDTO);*/ |
|||
} |
|||
Loading…
Reference in new issue