refactor: switch to free-trial/private-deploy/buyout pricing, fix feature gaps, add SEO landing + deploy config
This commit is contained in:
@@ -259,6 +259,10 @@ export const paymentApi = {
|
||||
request('/payment/create-order', 'POST', { plan, pay_type: payType }),
|
||||
}
|
||||
|
||||
export const leadApi = {
|
||||
create: (data) => request('/leads', 'POST', data),
|
||||
}
|
||||
|
||||
export const creditApi = {
|
||||
balance: () => request('/credits/balance'),
|
||||
history: (page = 1, size = 20) => request(`/credits/history?page=${page}&size=${size}`),
|
||||
|
||||
Reference in New Issue
Block a user