1
This commit is contained in:
@@ -470,11 +470,12 @@ export const Https = {
|
||||
uploadPDFComplete: '/api/global-award/uploads/pdf/complete', // 上传pdf完成
|
||||
uploadVideoComplete: '/api/global-award/uploads/video/complete', // 上传video完成
|
||||
submitForm: '/api/global-award/contestants/save', // 提交表单
|
||||
getContestantByID: '/api/global-award/contestants/' // 获取表单
|
||||
getContestantByID: '/api/global-award/contestants/', // 获取表单
|
||||
|
||||
|
||||
// 卖家端接口
|
||||
checkSellerDesigner: '/seller/designer/check', // 检查卖家是否为设计师
|
||||
|
||||
},
|
||||
|
||||
axiosGet(url, config) {
|
||||
|
||||
Reference in New Issue
Block a user