修复接口异常

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>({
path: '/apply',
method: 'POST',
data: link
data: link,
contentType: 'application/json'
});
}
reapplyLink(keyStr: string) {
return super.Service<string>({
path: '/apply',
path: '/reapply',
method: 'POST',
queryParam: {
key: keyStr