邃芒智像(Uniapp : WX、TT、H5)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
201 B

  1. import { request } from "../utils/request"
  2. // 获取风格列表
  3. export function findWorkByIdApi(id) {
  4. return request({
  5. url: `api/digitalAvatarPhoto/findById?id=${id}`,
  6. method: 'GET',
  7. })
  8. }