完成充值功能开发

This commit is contained in:
gaoxs
2020-06-15 19:46:43 +08:00
parent 4c076bbe2f
commit d09d88ff10
5 changed files with 259 additions and 186 deletions

View File

@ -408,4 +408,9 @@ export function getBrokerageRank(q) {
*/
export function setDetection() {
return request.get("user/level/detection");
}
}
export function getRechargeApi() {
return request.get("recharge/index");
}