修复接口异常
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user