feat(user): 新增iap支付
This commit is contained in:
@@ -38,4 +38,7 @@ service main {
|
||||
// 支付
|
||||
@handler Payment
|
||||
post /pay/payment (PaymentReq) returns (PaymentResp)
|
||||
|
||||
@handler IapCallback
|
||||
post /pay/iap_callback (IapCallbackReq)
|
||||
}
|
||||
Reference in New Issue
Block a user