|
@@ -67,17 +67,17 @@ public class WeixinApiController extends ApiController {
|
|
|
" \"sub_button\": [\n" +
|
|
|
" {\n" +
|
|
|
"\t \"name\": \"我的检查列表\",\n" +
|
|
|
- "\t \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/examList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
+ "\t \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/examList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
"\t \"type\": \"view\"\n" +
|
|
|
" },\n" +
|
|
|
" {\n" +
|
|
|
"\t \"name\": \"添加绑定\",\n" +
|
|
|
- "\t \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/addBinding?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
+ "\t \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/addBinding?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
"\t \"type\": \"view\"\n" +
|
|
|
" },\n" +
|
|
|
" {\n" +
|
|
|
"\t \"name\": \"远程诊断\",\n" +
|
|
|
- "\t \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/remoteDiagnosis?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
+ "\t \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/remoteDiagnosis?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
"\t \"type\": \"view\"\n" +
|
|
|
" }\n" +
|
|
|
" ]\n" +
|