bind-phone.ts 88 B

123456
  1. const bindPhone = {
  2. format (obj, res) {
  3. return obj
  4. }
  5. }
  6. export default bindPhone