在这个例子中,url是你要删除资源的URL。requests.delete函数会发送一个DELETE请求到这个URL。由于没有提供额外的参数,所以请求不会包含查询字符串或请求体。 #3

Open
Ghost wants to merge 1 commits from master into feature01
First-time contributor

sss

sss
Ghost was assigned by Ghost 2024-10-10 16:31:18 +08:00
Ghost added 1 commit 2024-10-10 16:31:19 +08:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master feature01
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout feature01
git merge --no-ff master
git push origin feature01
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: chenyh/vRp.CD2g_test#3
No description provided.