mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-29 02:59:10 +08:00
This commit is contained in:
@@ -37,3 +37,10 @@ export function sendTestSms(params) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
export function getCashConfig() {
|
||||
return http.request({
|
||||
url: '/config/getCash',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user