Young Jimmy 在 Cursor 支付宝 Ultra方法 中发帖
fetch('https://cursor.com/api/checkout', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
tier: 'ultra',
allowAutomaticPayment: true,
yearly: false
})
})
记得取消绑定在操作,
[image]
[image]