wlyy.endpoints.js 303 B

12345678910111213141516
  1. /**
  2. * 家庭医生平台API。需要与配置文件中的平台地址配合使用。
  3. *
  4. * author: Sand
  5. * since: 2016/11/18
  6. */
  7. "use strict";
  8. exports.WLYY_ENPOINTS = {
  9. Doctor: {
  10. MessageCount: {
  11. Path: '/wlyy/doctor/message/amount',
  12. Method: 'POST'
  13. }
  14. }
  15. };