hwq 4 years ago
parent
commit
7348c99207
1 changed files with 14 additions and 1 deletions
  1. 14 1
      api/wallet.js

+ 14 - 1
api/wallet.js

@@ -98,5 +98,18 @@ export function balance(data) {
 	});
 }
 
-
+export function goPay(data) {
+	return request({
+		url: '/api/trade/go_pay',
+		method: 'POST',
+		data
+	});
+}
+export function trade(data) {
+	return request({
+		url: '/api/trade/money_type',
+		method: 'get',
+		data
+	});
+}