mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 06:35:49 +03:00
[GH-ISSUE #215] 转义问题 #98
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @malsony on GitHub (May 6, 2023).
Original GitHub issue: https://github.com/Finb/bark-server/issues/215
大家好!我将信息用Bash发送给服务器的时候是这样的:
https://MYHOST/PATH/[Title]/[Body Text]curl "https://MYHOST/PATH/$SMS_1_NUMBER/$SMS_1_TEXT"问题是我的Body Text(即$SMS_1_TEXT)中可能有这个“/”斜杠,不知道我应该怎样改呢?谢谢!
@Finb commented on GitHub (May 6, 2023):
SMS_1_TEXT URL编码一下再拼接
malsony @.***>于2023年5月6日 周六15:13写道:
@malsony commented on GitHub (May 8, 2023):
收到,已解决,谢谢!