feat(node): add PreViewNodeMultiplier endpoint and response structure

This commit is contained in:
Chang lue Tsen
2025-09-29 13:12:37 +09:00
parent 02f0d711ba
commit 453ad18303
6 changed files with 67 additions and 1 deletions
+5
View File
@@ -1429,6 +1429,11 @@ type PreUnsubscribeResponse struct {
DeductionAmount int64 `json:"deduction_amount"`
}
type PreViewNodeMultiplierResponse struct {
CurrentTime string `json:"current_time"`
Ratio float32 `json:"ratio"`
}
type PreviewSubscribeTemplateRequest struct {
Id int64 `form:"id"`
}