docs(billing): define membership fair-use semantics
This commit is contained in:
@@ -282,7 +282,14 @@ export default function ProductManagement() {
|
||||
<Col xs={24} md={12} lg={6}><Form.Item name="sortOrder" label="排序" rules={[{ required: true }]}><InputNumber precision={0} style={{ width: "100%" }} /></Form.Item></Col>
|
||||
</Row>
|
||||
<Form.Item name="description" label="购买页说明" rules={[{ max: 1000 }]}><Input.TextArea rows={2} showCount maxLength={1000} /></Form.Item>
|
||||
<Form.Item name="entitlementsJson" label="权益 JSON" extra="每项必须包含 featureKey、allowanceType、allowanceCount、resetPeriod、metadata。" rules={[{ required: true }]}><Input.TextArea rows={10} spellCheck={false} /></Form.Item>
|
||||
<Form.Item
|
||||
name="entitlementsJson"
|
||||
label="权益 JSON"
|
||||
extra="每项必须包含 featureKey、allowanceType、allowanceCount、resetPeriod、metadata。billingLimit 仅用于异常账号熔断,不是对‘随便聊’的总量承诺;会员总量不设硬配额,主要由 minuteLimit 与 dayLimit 保护真人容量。生时校正与完整报告单独计费,不应作为标准会员的免费权益。"
|
||||
rules={[{ required: true }]}
|
||||
>
|
||||
<Input.TextArea rows={10} spellCheck={false} />
|
||||
</Form.Item>
|
||||
<Row gutter={16}>
|
||||
<Col xs={24} md={8}><Form.Item name="currency" label="币种" rules={[{ required: true }, { len: 3 }]}><Input /></Form.Item></Col>
|
||||
<Col xs={24} md={8}><Form.Item name="enabled" label="可售" valuePropName="checked"><Switch /></Form.Item></Col>
|
||||
|
||||
Reference in New Issue
Block a user