fix: unify service names in review and search API definitions
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ type (
|
||||
prefix: api/v1
|
||||
group: review
|
||||
)
|
||||
service juwan-api {
|
||||
service review-api {
|
||||
@doc "提交评价"
|
||||
@handler SubmitReview
|
||||
post /orders/:id/review (SubmitReviewReq) returns (EmptyResp)
|
||||
|
||||
Reference in New Issue
Block a user