workphone.api 387 B

12345678910111213141516171819
  1. import "../base.api"
  2. info(
  3. title: "工作手机相关接口"
  4. desc: ""
  5. author: "jiaheng.wu"
  6. email: "wujiaheng@gkscrm.com"
  7. version: "1.0"
  8. )
  9. @server(
  10. jwt: Auth
  11. group: WorkPhone
  12. middleware: Authority
  13. )
  14. service Wechat {
  15. @handler wxRefresh // TODO: replace handler name and delete this comment
  16. post /workphone/wxaccount/refresh returns(BaseMsgResp)
  17. }