@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.
package/dist/gt6-sdk.cjs.js
CHANGED
@@ -1775,7 +1775,7 @@ class TransactionsAPI {
|
|
1775
1775
|
message: '用户未登录'
|
1776
1776
|
};
|
1777
1777
|
}
|
1778
|
-
const response = await this.client.request('/web/user/fund/
|
1778
|
+
const response = await this.client.request('/web/user/fund/operation', {
|
1779
1779
|
method: 'POST',
|
1780
1780
|
headers: {
|
1781
1781
|
'Authorization': `Bearer ${token}`,
|
@@ -1830,7 +1830,7 @@ class TransactionsAPI {
|
|
1830
1830
|
message: '用户未登录'
|
1831
1831
|
};
|
1832
1832
|
}
|
1833
|
-
const response = await this.client.request('/web/
|
1833
|
+
const response = await this.client.request('/web/order/create', {
|
1834
1834
|
method: 'POST',
|
1835
1835
|
headers: {
|
1836
1836
|
'Authorization': `Bearer ${token}`,
|