订单api
This commit is contained in:
parent
893976c3f4
commit
249cb22bf7
@ -3,6 +3,7 @@ package com.ebike.feign.clients;
|
||||
import com.cdzy.common.model.EbikeUserFaultreportDto;
|
||||
import com.cdzy.common.model.EbikeUserFaultreportQueryDto;
|
||||
import com.cdzy.common.model.JsonResult;
|
||||
import com.ebike.feign.model.res.ResFeignOrderPaymentDto;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
@ -40,11 +41,11 @@ public interface OrdersFeignClient {
|
||||
|
||||
/**
|
||||
* 订单支付完成
|
||||
* @param queryParam 支付信息
|
||||
* @param paymentParam 支付信息
|
||||
* @return @ {@code 200} 成功,{@code 500} 失败
|
||||
*/
|
||||
@PostMapping("userOrders/payment")
|
||||
JsonResult<?> payment(@RequestBody EbikeUserFaultreportQueryDto queryParam);
|
||||
JsonResult<?> payment(@RequestBody ResFeignOrderPaymentDto paymentParam);
|
||||
|
||||
/**
|
||||
* 订单发起退款
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user