auth.yaml
563 字节
version: v1
kind: HttpApi
metadata:
service: auth
path: /auth
endpoints:
- method: companySignUp
route:
post: /company-sign-up
- method: phoneAuthCheck
route:
post: /check-password
- method: phoneAuthResetPassword
route:
post: /reset-password
- method: phoneAuthChangePassword
route:
post: /change-password
- method: phoneAuthResetPhone
route:
post: /reset-phone
- method: destoryAccount
route:
post: /destory-account
- method: usersInfo
route:
post: /usersInfo