记得上下班打卡 | git大法好,push需谨慎

Commit 2dce8e88 authored by wangyifan's avatar wangyifan

优化用户退款接口

parent 7f74125e
......@@ -135,7 +135,7 @@ public class GoblinStoreOrderController {
return goblinStoreOrderService.changeAddress(orderId, expressContacts, expressPhone, expressAddressDetail);
}
@ApiOperation(value = "退款(sku/整单)")
@ApiOperation(value = "退款(sku/整单)-废弃")
@ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "orderId", value = "订单id"),
@ApiImplicitParam(type = "form", required = false, dataType = "String", name = "orderSkuId", value = "orderSkuId[整单退不传]"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment