(req: AI.BindDomainReq)
| 31 | }; |
| 32 | |
| 33 | export const getBindDomain = (req: AI.BindDomainReq) => { |
| 34 | return http.post<AI.BindDomainRes>(`/ai/domain/get`, req); |
| 35 | }; |
| 36 | |
| 37 | export const updateBindDomain = (req: AI.BindDomain) => { |
| 38 | return http.post(`/ai/domain/update`, req); |