/** * 家庭医生平台API。需要与配置文件中的平台地址配合使用。 * * author: Sand * since: 2016/11/18 */ "use strict"; exports.WLYY_ENPOINTS = { Doctor: { MessageCount: { Path: '/wlyy/doctor/message/amount', Method: 'POST' } } };