|
@@ -14,6 +14,12 @@
|
|
data: { password: password }
|
|
data: { password: password }
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ testcharge:function(number,type){
|
|
|
|
+ return $http({
|
|
|
|
+ url:config.server + "api/my/recharge?coin="+number,
|
|
|
|
+ method:"post"
|
|
|
|
+ })
|
|
|
|
+ },
|
|
charge:function(number,type){
|
|
charge:function(number,type){
|
|
return $http({
|
|
return $http({
|
|
url:config.server + "api/pay/charge",
|
|
url:config.server + "api/pay/charge",
|