Flex
2025-06-10 af6cccd5e5a04346992041768ad8b91774feabdc
1
2
3
4
5
import request from '@/config/axios'
 
export const getDuixSign = async () => {
  return await request.get({ url: `/system/duix/sign` })
}