Commit e5dc6334 authored by 技术部-任文超's avatar 技术部-任文超

更正WeChat请求proto默认协议头(补:)

parent 445dacac
......@@ -66,7 +66,7 @@ public interface Constants {
String RESULT_DATA = "data";
String SUCCESS_CODE = "0000";
String PROTOCOL_HEAD_HTTPS = "https:";
String PROTOCOL_HEAD_HTTP = "http";
String PROTOCOL_HEAD_HTTP = "http:";
String REDIRECT = "redirect";
String LOCAL = "local";
String DOCKER_DOMAIN = "liangkebang";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment