@gt6/sdk 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1771,7 +1771,7 @@ class TransactionsAPI {
1771
1771
  message: '用户未登录'
1772
1772
  };
1773
1773
  }
1774
- const response = await this.client.request('/web/user/fund/deduct', {
1774
+ const response = await this.client.request('/web/user/fund/operation', {
1775
1775
  method: 'POST',
1776
1776
  headers: {
1777
1777
  'Authorization': `Bearer ${token}`,
@@ -1826,7 +1826,7 @@ class TransactionsAPI {
1826
1826
  message: '用户未登录'
1827
1827
  };
1828
1828
  }
1829
- const response = await this.client.request('/web/orders', {
1829
+ const response = await this.client.request('/web/order/create', {
1830
1830
  method: 'POST',
1831
1831
  headers: {
1832
1832
  'Authorization': `Bearer ${token}`,