|
|
@@ -66,6 +66,11 @@ public class WeixinApiController extends ApiController {
|
|
|
" \"name\": \"个人中心\",\n" +
|
|
|
" \"sub_button\": [\n" +
|
|
|
" {\n" +
|
|
|
+ "\t \"name\": \"预约列表\",\n" +
|
|
|
+ "\t \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/budgetList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
+ "\t \"type\": \"view\"\n" +
|
|
|
+ " },\n" +
|
|
|
+ " {\n" +
|
|
|
"\t \"name\": \"我的检查列表\",\n" +
|
|
|
"\t \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/examList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
|
|
|
"\t \"type\": \"view\"\n" +
|