调整友链申请 #24

Merged
xiaohai2271 merged 4 commits from feature-#23 into master 2020-08-01 21:27:19 +08:00
Showing only changes of commit 6b63e7b02b - Show all commits

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