星油云站

This commit is contained in:
caolc
2022-08-08 09:15:09 +08:00
commit f145737091
383 changed files with 67123 additions and 0 deletions

12
api/g7.js Normal file
View File

@@ -0,0 +1,12 @@
import request from '@/utils/request'
const service_name = "cloud-site-service"
const group_name = "tbOilOrder"
export default {
// G7订单支付状态
getPayStatus(id) {
return request({
url: `/${service_name}/${group_name}/get/${id} `,
method: 'get',
})
}
}