本站
Appearance
key = strings.Replace(url.QueryEscape(deliveryPath[index+1:]), "%2F", "/", -1) // 获取key, 同时对url进行编码 排除正斜杠/,api调用时如果存在特殊符号如,+ 会失败