12345678910111213141516171819 |
- import "../base.api"
- info(
- title: "工作手机相关接口"
- desc: ""
- author: "jiaheng.wu"
- email: "wujiaheng@gkscrm.com"
- version: "1.0"
- )
- @server(
- jwt: Auth
- group: WorkPhone
- middleware: Authority
- )
- service Wechat {
- @handler wxRefresh // TODO: replace handler name and delete this comment
- post /workphone/wxaccount/refresh returns(BaseMsgResp)
- }
|