Closed ych988 closed 10 months ago
Issue #492
@ych988 Please add "fix: " at the beginning of the commit message to pass Semantic PR checks.
In addition, EdgeXFoundry currently requires signed commit. For instructions on setting up a GPG key for signing commits, see https://wiki.edgexfoundry.org/display/FA/Secrets+of+GitHub+Signing%2C+Keys+and+Commits+Setup.
OK
fix:If the put request's json payload is string type, The slash of a string cannot be removed using json_serialize_to_string. example: {"command": "open"} → {\"command\": \"open\"} → \open\