修复接口异常

This commit is contained in:
禾几海
2020-08-01 19:21:56 +08:00
parent 5d3b55b8b7
commit 6b63e7b02b

View File

@@ -296,13 +296,14 @@ export class ApiService extends HttpService {
return super.Service<string>({ return super.Service<string>({
path: '/apply', path: '/apply',
method: 'POST', method: 'POST',
data: link data: link,
contentType: 'application/json'
}); });
} }
reapplyLink(keyStr: string) { reapplyLink(keyStr: string) {
return super.Service<string>({ return super.Service<string>({
path: '/apply', path: '/reapply',
method: 'POST', method: 'POST',
queryParam: { queryParam: {
key: keyStr key: keyStr